| 136 |
SELECT SQL_NO_CACHE t.*, c.`id_content`
FROM `ab_rg_productextratabs_tab` t
INNER JOIN `ab_rg_productextratabs_tab_shop` `ts` ON ts.`id_tab` = t.`id_tab` AND ts.`id_shop` = 1
LEFT JOIN `ab_rg_productextratabs_content` `c` ON t.`id_tab` = c.`id_tab` AND (c.`id_product` = 25157 OR c.`id_product` IS NULL)
WHERE (FIND_IN_SET(1, t.`customer_group`)) AND (t.`active` = 1)
ORDER BY ts.`position` |
3.945
ms
|
84000 |
Yes
|
|
/modules/rg_productextratabs/classes/RgPetContent.php:83
/modules/rg_productextratabs/rg_productextratabs.php:1923 (getAllByProduct)
/modules/rg_productextratabs/rg_productextratabs.php:1884 (_commonProductTab)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 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 `ab_configuration` c
LEFT JOIN `ab_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
3.295
ms
|
2764 |
|
|
/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)
|
| 50 |
SELECT SQL_NO_CACHE cr.id_cart_rule, name, code, date_to
FROM `ab_cart_rule` cr
INNER JOIN `ab_cart_rule_lang` `crl` ON cr.`id_cart_rule` = crl.`id_cart_rule` AND `id_lang` = 1
WHERE (active = 1 AND (code LIKE "APP-%" OR code LIKE "AAPP-%")) |
2.892
ms
|
11394 |
|
|
/modules/rg_psmobileapp/classes/RgMoAppTools.php:55
/modules/rg_psmobileapp/rg_psmobileapp.php:433 (getMobileOnlyCartRules)
/classes/Hook.php:1083 (hookActionFrontControllerInitAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:521 (exec)
/controllers/front/ProductController.php:124 (init)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 193 |
SELECT SQL_NO_CACHE *
FROM `ab_category` a0
LEFT JOIN `ab_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 251) AND (a0.`nright` > 252) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
1.954
ms
|
1911 |
Yes
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/ProductController.php:1346 (rewind)
/classes/controller/FrontController.php:1866 (getBreadcrumbLinks)
/classes/controller/FrontController.php:568 (getBreadcrumb)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 35 |
SELECT SQL_NO_CACHE * FROM ab_lgseoredirect WHERE (CONCAT("", url_old) LIKE BINARY "/bano/higiene/cepillos-y-peines/25157-221367-cepillo-costra-lactea-de-shnuggle.html" OR CONCAT("", url_old) LIKE BINARY "/bano/higiene/cepillos-y-peines/25157-221367-cepillo-costra-lactea-de-shnuggle.html#%") AND id_shop = "1" ORDER BY id DESC LIMIT 1 |
1.920
ms
|
1 |
|
|
/modules/lgseoredirect/lgseoredirect.php:895
/modules/lgseoredirect/lgseoredirect.php:836 (checkRedirection)
/classes/Hook.php:1083 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:28 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ab_module` m
INNER JOIN ab_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 `ab_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ab_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ab_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.734
ms
|
4680 |
Yes
|
Yes
|
/classes/Hook.php:1289
/classes/Hook.php:738 (getAllHookRegistrations)
/classes/Hook.php:848 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 25 |
SELECT SQL_NO_CACHE * FROM ab_lgseoredirect WHERE (CONCAT("", url_old) LIKE BINARY "/bano/higiene/cepillos-y-peines/25157-221367-cepillo-costra-lactea-de-shnuggle.html" OR CONCAT("", url_old) LIKE BINARY "/bano/higiene/cepillos-y-peines/25157-221367-cepillo-costra-lactea-de-shnuggle.html#%") AND id_shop = "1" ORDER BY id DESC LIMIT 1 |
1.708
ms
|
1 |
|
|
/modules/lgseoredirect/lgseoredirect.php:895
/modules/lgseoredirect/lgseoredirect.php:830 (checkRedirection)
/classes/Hook.php:1083 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 55 |
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 `ab_hook_module` hm
STRAIGHT_JOIN `ab_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ab_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
1.352
ms
|
983 |
|
|
/classes/Hook.php:459
/classes/Hook.php:496 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:6909 (getManager)
/classes/Product.php:741 (getTaxesRate)
/controllers/front/ProductController.php:146 (__construct)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 636 |
INSERT INTO `ab_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0') |
1.078
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/ObjectModel.php:576 (add)
/classes/Guest.php:251 (save)
/modules/statsdata/statsdata.php:82 (setNewGuest)
/modules/statsdata/statsdata.php:73 (getScriptPlugins)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:305 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 54 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ab_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ab_hook_alias` ha
INNER JOIN `ab_hook` h ON ha.name = h.name |
0.872
ms
|
0 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:6909 (getManager)
/classes/Product.php:741 (getTaxesRate)
/controllers/front/ProductController.php:146 (__construct)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 240 |
SELECT SQL_NO_CACHE *
FROM `ab_gmcp_feeds` ff
WHERE (ff.id_shop=1)
ORDER BY ff.feed_is_default ASC |
0.668
ms
|
370 |
Yes
|
|
/modules/gmerchantcenterpro/models/Feeds.php:62
/modules/gmerchantcenterpro/lib/moduleTools.php:197 (getAvailableFeeds)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 527 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description_short`, pl.`link_rewrite`, pl.`name`, pl.`available_now`, pl.`available_later`, image_shop.`id_image` id_image, il.`legend`, product_shop.`date_add` > "2026-03-23" as new,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute
FROM `ab_product` p
INNER JOIN ab_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ab_product_lang` `pl` ON p.`id_product` = pl.`id_product` AND pl.`id_lang` = 1 AND pl.id_shop = 1
LEFT JOIN `ab_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 `ab_image_lang` `il` ON image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1
LEFT JOIN `ab_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 ab_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE (product_shop.`active` = 1) AND (product_shop.`visibility` IN ("both", "catalog")) AND (p.id_product IN (25157,9187,22797)) AND (EXISTS(SELECT 1 FROM `ab_category_product` cp JOIN `ab_category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` =1) WHERE cp.`id_product` = p.`id_product`))
ORDER BY product_shop.`id_product` DESC
LIMIT 3 |
0.668
ms
|
15 |
|
|
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:248
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 640 |
INSERT INTO `ab_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('5331666', '7770', '3149725080', '', '1', '1', '2026-04-12 13:17:59') |
0.611
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/Connection.php:188 (add)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:305 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 180 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name, a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`, IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`, product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`, product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`, pal.`available_now`, pal.`available_later`
FROM `ab_product_attribute` pa
INNER JOIN ab_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 ab_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ab_product_attribute_lang` `pal` ON pa.id_product_attribute = pal.id_product_attribute AND pal.id_lang = 1
LEFT JOIN `ab_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
LEFT JOIN `ab_attribute` `a` ON a.id_attribute = pac.id_attribute
LEFT JOIN `ab_attribute_group` `ag` ON ag.id_attribute_group = a.id_attribute_group
LEFT JOIN `ab_attribute_lang` `al` ON a.id_attribute = al.id_attribute
LEFT JOIN `ab_attribute_group_lang` `agl` ON ag.id_attribute_group = agl.id_attribute_group
INNER JOIN ab_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE (pa.id_product = 25157) AND (al.id_lang = 1) AND (agl.id_lang = 1)
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.position ASC, a.position ASC, agl.name ASC |
0.523
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:4600
/override/classes/Product.php:11 (getAttributesGroups)
/controllers/front/ProductController.php:648 (getAttributesGroups)
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 16 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ab_hook` |
0.522
ms
|
1206 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/Hook.php:857 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 641 |
INSERT INTO `ab_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('4611382', '', 'alibebe.es/bano/higiene/cepillos-y-peines/25157-221367-cepillo-costra-lactea-de-shnuggle.html', '', '2026-04-12 13:17:59') |
0.521
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/ConnectionsSource.php:105 (add)
/modules/statsdata/statsdata.php:119 (logHttpReferer)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:305 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 513 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ab_product_attribute` pa
INNER JOIN ab_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 ab_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
JOIN `ab_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ab_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ab_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ab_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (25157) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
0.511
ms
|
3 |
Yes
|
|
/classes/Product.php:4524
/override/classes/Product.php:28 (getAttributesColorList)
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/85/d5/76/85d576dd9208762df01573ca26268343ab2e7956_2.file.product-details.tpl.php:209 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/85/d5/76/85d576dd9208762df01573ca26268343ab2e7956_2.file.product-details.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856171195_01511929)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:318 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 512 |
SELECT SQL_NO_CACHE *
FROM `ab_category` c
LEFT JOIN `ab_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 251 AND c.nright >= 252)
ORDER BY c.nleft |
0.470
ms
|
1036 |
Yes
|
|
/classes/Product.php:7865
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:52 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:207 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getCanonicalUrl)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/85/d5/76/85d576dd9208762df01573ca26268343ab2e7956_2.file.product-details.tpl.php:209 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/85/d5/76/85d576dd9208762df01573ca26268343ab2e7956_2.file.product-details.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856171195_01511929)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:318 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 101 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "facebookproductsfeed" LIMIT 1 |
0.460
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/facebookconversiontrackingplus/classes/PixelTools.php:543 (isEnabled)
/modules/facebookconversiontrackingplus/classes/PixelTools.php:586 (getFeedId)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:832 (isFeedV2)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:109 (getFormFields)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:1002 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 466 |
SELECT SQL_NO_CACHE *
FROM `ab_category` c
LEFT JOIN `ab_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 251 AND c.nright >= 252)
ORDER BY c.nleft |
0.460
ms
|
1036 |
Yes
|
|
/classes/Product.php:7865
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:52 (getProductLink)
/modules/ps_sharebuttons/ps_sharebuttons.php:187 (getProductLink)
/modules/ps_sharebuttons/ps_sharebuttons.php:169 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 113 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ab_category` c
LEFT JOIN `ab_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ab_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.447
ms
|
71 |
Yes
|
Yes
|
/classes/Category.php:1179
/classes/Category.php:1115 (getChildren)
/controllers/front/ProductController.php:911 (getHomeCategories)
/controllers/front/ProductController.php:368 (assignCategory)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 518 |
SELECT SQL_NO_CACHE *
FROM `ab_category` c
LEFT JOIN `ab_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 251 AND c.nright >= 252)
ORDER BY c.nleft |
0.444
ms
|
1036 |
Yes
|
|
/classes/Product.php:7865
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:52 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (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)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/85/d5/76/85d576dd9208762df01573ca26268343ab2e7956_2.file.product-details.tpl.php:209 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/85/d5/76/85d576dd9208762df01573ca26268343ab2e7956_2.file.product-details.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856171195_01511929)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:318 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 521 |
SELECT SQL_NO_CACHE *
FROM `ab_category` c
LEFT JOIN `ab_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 251 AND c.nright >= 252)
ORDER BY c.nleft |
0.429
ms
|
1036 |
Yes
|
|
/classes/Product.php:7865
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:52 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (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)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/85/d5/76/85d576dd9208762df01573ca26268343ab2e7956_2.file.product-details.tpl.php:209 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/85/d5/76/85d576dd9208762df01573ca26268343ab2e7956_2.file.product-details.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856171195_01511929)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:318 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 125 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`link_rewrite`,
pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`,
image_shop.`id_image` id_image, il.`legend`, m.`name` as manufacturer_name, cl.`name` AS category_default, IFNULL(product_attribute_shop.id_product_attribute, 0) id_product_attribute,
DATEDIFF(
p.`date_add`,
DATE_SUB(
"2026-04-12 00:00:00",
INTERVAL 20 DAY
)
) > 0 AS new
FROM `ab_accessory`
LEFT JOIN `ab_product` p ON p.`id_product` = `id_product_2`
INNER JOIN ab_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ab_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 `ab_product_lang` pl ON (
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1
)
LEFT JOIN `ab_category_lang` cl ON (
product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1
)
LEFT JOIN `ab_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 `ab_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
LEFT JOIN `ab_manufacturer` m ON (p.`id_manufacturer`= m.`id_manufacturer`)
LEFT JOIN ab_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE `id_product_1` = 25157 AND product_shop.`active` = 1 AND product_shop.`visibility` != 'none'
GROUP BY product_shop.id_product |
0.426
ms
|
1 |
|
Yes
|
/classes/Product.php:4713
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 478 |
SELECT SQL_NO_CACHE *
FROM `ab_category` c
LEFT JOIN `ab_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 251 AND c.nright >= 252)
ORDER BY c.nleft |
0.421
ms
|
1036 |
Yes
|
|
/classes/Product.php:7865
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:52 (getProductLink)
/modules/whatsappchat/whatsappchat.php:579 (getProductLink)
/modules/whatsappchat/whatsappchat.php:411 (displayBlock)
/classes/Hook.php:1083 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 194 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ab_product_attribute` pa INNER JOIN ab_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 `ab_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ab_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ab_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ab_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ab_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ab_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 25157 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute` |
0.420
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2815
/controllers/front/ProductController.php:1101 (getAttributeCombinations)
/controllers/front/ProductController.php:1054 (tryToGetAvailableIdProductAttribute)
/controllers/front/ProductController.php:1365 (getIdProductAttributeByRequest)
/classes/controller/FrontController.php:1866 (getBreadcrumbLinks)
/classes/controller/FrontController.php:568 (getBreadcrumb)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 631 |
SELECT SQL_NO_CACHE count(id_wishlist_product) FROM ab_wishlist w, ab_wishlist_product wp where w.id_wishlist = wp.id_wishlist and w.id_customer=0 LIMIT 1 |
0.413
ms
|
14160 |
|
|
/modules/tvcmswishlist/tvcmswishlist.php:278
/modules/tvcmswishlist/tvcmswishlist.php:230 (headerData)
/classes/Hook.php:1083 (hookdisplayNavWishlistBlocksticky)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2/f2/18/3d/f2183d52ef9b8f8106f28153c5d2669f3571f719_2.file.display_custom_social.tpl.php:35 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa84f184c87_60970365)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2260 (fetch)
/modules/tvcmscustomsetting/tvcmscustomsetting.php:2988 (display)
/classes/Hook.php:1083 (hookdisplayCustomsocialblock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:38 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856241891_44879546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/0f/24/e4/0f24e4816549e7c50322da42b1de43253a79b8a2_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856238ff0_90817990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f5/d9/19/f5d919ef247a1370b06158f0e49bd59ac430955e_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856233fc5_62172743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:276 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 532 |
SELECT SQL_NO_CACHE *
FROM `ab_category` c
LEFT JOIN `ab_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 251 AND c.nright >= 252)
ORDER BY c.nleft |
0.410
ms
|
1036 |
Yes
|
|
/classes/Product.php:7865
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:52 (getProductLink)
/classes/Product.php:5671 (getProductLink)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 544 |
SELECT SQL_NO_CACHE *
FROM `ab_category` c
LEFT JOIN `ab_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 244 AND c.nright >= 245)
ORDER BY c.nleft |
0.402
ms
|
1036 |
Yes
|
|
/classes/Product.php:7865
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:52 (getProductLink)
/classes/Product.php:5671 (getProductLink)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 633 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "ps_socialfollow" LIMIT 1 |
0.400
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:44 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856241891_44879546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/0f/24/e4/0f24e4816549e7c50322da42b1de43253a79b8a2_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856238ff0_90817990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f5/d9/19/f5d919ef247a1370b06158f0e49bd59ac430955e_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856233fc5_62172743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:276 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 560 |
SELECT SQL_NO_CACHE *
FROM `ab_category` c
LEFT JOIN `ab_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 258 AND c.nright >= 259)
ORDER BY c.nleft |
0.396
ms
|
1036 |
Yes
|
|
/classes/Product.php:7865
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:52 (getProductLink)
/classes/Product.php:5671 (getProductLink)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 13 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ab_hook` h
WHERE (h.active = 1) |
0.393
ms
|
1206 |
|
|
/classes/Hook.php:1388
/classes/Hook.php:817 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ab_shop_url su
LEFT JOIN ab_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'alibebe.es' OR su.domain_ssl = 'alibebe.es')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.372
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 160 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name, a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`, IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`, product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`, product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`, pal.`available_now`, pal.`available_later`
FROM `ab_product_attribute` pa
INNER JOIN ab_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 ab_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ab_product_attribute_lang` `pal` ON pa.id_product_attribute = pal.id_product_attribute AND pal.id_lang = 1
LEFT JOIN `ab_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
LEFT JOIN `ab_attribute` `a` ON a.id_attribute = pac.id_attribute
LEFT JOIN `ab_attribute_group` `ag` ON ag.id_attribute_group = a.id_attribute_group
LEFT JOIN `ab_attribute_lang` `al` ON a.id_attribute = al.id_attribute
LEFT JOIN `ab_attribute_group_lang` `agl` ON ag.id_attribute_group = agl.id_attribute_group
INNER JOIN ab_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE (pa.id_product = 25157) AND (al.id_lang = 1) AND (agl.id_lang = 1) AND (product_attribute_shop.id_product_attribute = 221367)
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.position ASC, a.position ASC, agl.name ASC |
0.370
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4600
/override/classes/Product.php:11 (getAttributesGroups)
/controllers/front/ProductController.php:1312 (getAttributesGroups)
/controllers/front/ProductController.php:1284 (findProductCombinationById)
/controllers/front/ProductController.php:1215 (getProductEcotax)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 84 |
SELECT SQL_NO_CACHE *
FROM `ab_category` c
LEFT JOIN `ab_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 251 AND c.nright >= 252)
ORDER BY c.nleft |
0.368
ms
|
1036 |
Yes
|
|
/classes/Product.php:7865
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:52 (getProductLink)
/controllers/front/ProductController.php:99 (getProductLink)
/controllers/front/ProductController.php:158 (canonicalRedirection)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 395 |
SELECT SQL_NO_CACHE count(id_wishlist_product) FROM ab_wishlist w, ab_wishlist_product wp where w.id_wishlist = wp.id_wishlist and w.id_customer=0 LIMIT 1 |
0.363
ms
|
14160 |
|
|
/modules/tvcmswishlist/tvcmswishlist.php:278
/modules/tvcmswishlist/tvcmswishlist.php:223 (headerData)
/classes/Hook.php:1083 (hookdisplayNavWishlistBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:37 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ab_module` m
LEFT JOIN `ab_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.360
ms
|
156 |
|
|
/classes/module/Module.php:346
/modules/tvcmsblog/tvcmsblog.php:125 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 186 |
SELECT SQL_NO_CACHE *
FROM `ab_category` c
LEFT JOIN `ab_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 251 AND c.nright >= 252)
ORDER BY c.nleft |
0.356
ms
|
1036 |
Yes
|
|
/classes/Product.php:7865
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:52 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:207 (getProductURL)
/controllers/front/ProductController.php:114 (getCanonicalUrl)
/classes/controller/FrontController.php:1809 (getCanonicalURL)
/override/classes/controller/FrontController.php:21 (getTemplateVarPage)
/controllers/front/ProductController.php:1466 (getTemplateVarPage)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 28 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ab_meta` m
LEFT JOIN `ab_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.349
ms
|
62 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 444 |
SELECT SQL_NO_CACHE b.*, c.`id_content`
FROM `ab_rg_productextracontent_block` b
LEFT JOIN `ab_rg_productextracontent_content` `c` ON b.`id_block` = c.`id_block` AND (c.`id_product` = 25157 OR c.`id_product` IS NULL)
WHERE (b.`hook` = "extraContentBannerUnderSubtitle") AND (FIND_IN_SET(1, b.`customer_group`)) AND (b.`active` = 1) |
0.335
ms
|
22 |
|
|
/modules/rg_productextracontent/classes/RgPecContent.php:80
/modules/rg_productextracontent/rg_productextracontent.php:1833 (getAllByProduct)
/modules/rg_productextracontent/rg_productextracontent.php:1891 (renderHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:58 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 115 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ab_product_attribute` pa INNER JOIN ab_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 `ab_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ab_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ab_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ab_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ab_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ab_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 25157 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute` |
0.334
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2815
/controllers/front/ProductController.php:1101 (getAttributeCombinations)
/controllers/front/ProductController.php:1085 (tryToGetAvailableIdProductAttribute)
/controllers/front/ProductController.php:608 (getIdProductAttributeByGroupOrRequestOrDefault)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE *
FROM `ab_category` c
LEFT JOIN `ab_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 251 AND c.nright >= 252)
ORDER BY c.nleft |
0.330
ms
|
1036 |
Yes
|
|
/classes/Product.php:7865
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:52 (getProductLink)
/modules/lgcomments/classes/LGProductComment.php:435 (getProductLink)
/modules/lgcomments/classes/LGProductComment.php:582 (getProductReviewsDetails)
/modules/lgcomments/lgcomments.php:1028 (render)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 359 |
SELECT SQL_NO_CACHE *
FROM `ab_category` c
LEFT JOIN `ab_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 251 AND c.nright >= 252)
ORDER BY c.nleft |
0.326
ms
|
1036 |
Yes
|
|
/classes/Product.php:7865
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:52 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/ca/17/88/ca178861f3cbade2f0a88598aefeb97c93f3987c_2.file.product-jsonld.tpl.php:86 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f11156_78782832)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:231 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ef9578_54612186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:111 (_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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 534 |
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 `ab_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 25157 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ab_cart_product` cp JOIN `ab_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ab_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` = 25157 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.315
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 647 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ab_product_attribute` pa
INNER JOIN ab_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 `ab_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ab_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ab_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ab_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ab_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 25157
AND pa.`id_product_attribute` = 221367
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.315
ms
|
1 |
|
Yes
|
/classes/Product.php:2862
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:133 (getAttributeCombinationsById)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:82 (getCombinationsData)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:108 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:216 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:72 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:305 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 241 |
SELECT SQL_NO_CACHE *
FROM `ab_gmcp_feeds` ff
WHERE (ff.iso_lang="es") AND (ff.id_shop=1)
ORDER BY ff.feed_is_default ASC |
0.312
ms
|
370 |
Yes
|
|
/modules/gmerchantcenterpro/models/Feeds.php:72
/modules/gmerchantcenterpro/lib/moduleTools.php:201 (getFeedLangData)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE *
FROM `ab_category` c
LEFT JOIN `ab_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 251 AND c.nright >= 252)
ORDER BY c.nleft |
0.311
ms
|
1036 |
Yes
|
|
/classes/Product.php:7865
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:52 (getProductLink)
/controllers/front/ProductController.php:1365 (getProductLink)
/classes/controller/FrontController.php:1866 (getBreadcrumbLinks)
/classes/controller/FrontController.php:568 (getBreadcrumb)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 646 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `ab_category` c
LEFT JOIN `ab_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 251 AND c.`nright` >= 252 AND c.`nleft` >= 2 AND c.`nright` <= 2071 ORDER BY `nleft` DESC |
0.306
ms
|
1036 |
Yes
|
|
/classes/Category.php:1628
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:63 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:108 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:216 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:72 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:305 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 164 |
SELECT SQL_NO_CACHE *
FROM `ab_category` c
LEFT JOIN `ab_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 251 AND c.nright >= 252)
ORDER BY c.nleft |
0.304
ms
|
1036 |
Yes
|
|
/classes/Product.php:7865
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:52 (getProductLink)
/classes/Product.php:5671 (getProductLink)
/controllers/front/ProductController.php:1217 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE *
FROM ab_cookiesplus_finality cf LEFT JOIN ab_cookiesplus_finality_lang cfl on cf.`id_cookiesplus_finality` = cfl.`id_cookiesplus_finality`
WHERE
cfl.`id_lang` = 1 AND cf.`active` = 1 AND cf.`id_shop` = 1
ORDER BY `position`; |
0.299
ms
|
4 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusFinality.php:98
/modules/cookiesplus/cookiesplus.php:1429 (getCookiesPlusFinalities)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1002 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 99 |
SELECT SQL_NO_CACHE p.`id_popup`, p.`cookie_lifetime`
FROM `ab_rg_smartpopup_popup` p
INNER JOIN `ab_rg_smartpopup_popup_shop` `ps` ON ps.`id_popup` = p.`id_popup` AND ps.`id_shop` = 1
INNER JOIN `ab_shop` `s` ON s.`id_shop` = ps.`id_shop`
WHERE (p.`launch_popup` != "none") AND (p.`device` = "" OR FIND_IN_SET(1, p.`device`)) AND (p.`show_for_customer` = "" OR FIND_IN_SET(0, p.`show_for_customer`)) AND (p.`exclude_subscribers` = 0 OR NOT EXISTS (SELECT * FROM `ab_customer` WHERE `newsletter` = 1 AND `id_customer` = 0)) AND (FIND_IN_SET(1, p.`customer_group`)) AND (p.`launch_popup` = "none" OR p.`availability_dates` IS NULL OR FIND_IN_SET("2026-04-12", p.`availability_dates`)) AND (p.`launch_popup` = "none" OR p.`availability_date_from` IS NULL OR p.`availability_date_from` <= "2026-04-12 13:17:59") AND (p.`launch_popup` = "none" OR p.`availability_date_to` IS NULL OR p.`availability_date_to` >= "2026-04-12 13:17:59") AND (p.`launch_popup` = "none" OR p.`availability_time_from` IS NULL OR p.`availability_time_from` <= "13:17:59") AND (p.`launch_popup` = "none" OR p.`availability_time_to` IS NULL OR p.`availability_time_to` >= "13:17:59") AND (p.`active` = 1)
GROUP BY p.`id_popup` |
0.296
ms
|
0 |
|
Yes
|
/modules/rg_smartpopup/classes/RgSpPopup.php:386
/modules/rg_smartpopup/rg_smartpopup.php:2300 (getRequiredForCookies)
/modules/rg_smartpopup/rg_smartpopup.php:2231 (getPopupsForDisplay)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1002 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 362 |
SELECT SQL_NO_CACHE * FROM `ab_cart_rule` cr
LEFT JOIN `ab_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.280
ms
|
124 |
|
|
/classes/CartRule.php:423
/override/classes/CartRule.php:108 (getCustomerCartRules)
/classes/Cart.php:3079 (getCustomerCartRules)
/classes/Cart.php:3464 (getDeliveryOptionList)
/classes/Cart.php:3537 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2201 (processCalculation)
/override/classes/Cart.php:236 (getOrderTotal)
/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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/ba/f8/41/baf8411091742fd8676f7047d47a49b427829f9a_2.file.javascript.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f2b2d5_30282908)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/75/69/68/75696845f08a6f0499cfaa40735e6f98c2da93c2_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f28196_55429650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:300 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ef9578_54612186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:111 (_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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE qdr.`id_quantity_discount_rule`, qdrc.`id_quantity_discount_rule_condition`
FROM `ab_quantity_discount_rule` qdr
INNER JOIN `ab_quantity_discount_rule_condition` qdrc ON (qdr.`id_quantity_discount_rule` = qdrc.`id_quantity_discount_rule`)
WHERE qdrc.`id_type` = 27 AND qdr.`id_shop` = 1 |
0.279
ms
|
21 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:276
/modules/quantitydiscountpro/quantitydiscountpro.php:442 (getQuantityDiscountRulesWithCondition)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 432 |
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 `ab_product_attribute_combination` pac
LEFT JOIN `ab_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ab_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ab_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ab_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (198378,208933,221367)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.278
ms
|
3 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/8e/b3/50/8eb35039e65bb1b313269b7214821d3ff93c1b99_2.file.product-1-cover-thumbnails.tpl.php:34 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/8e/b3/50/8eb35039e65bb1b313269b7214821d3ff93c1b99_2.file.product-1-cover-thumbnails.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/8e/b3/50/8eb35039e65bb1b313269b7214821d3ff93c1b99_2.file.product-1-cover-thumbnails.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/8e/b3/50/8eb35039e65bb1b313269b7214821d3ff93c1b99_2.file.product-1-cover-thumbnails.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/8e/b3/50/8eb35039e65bb1b313269b7214821d3ff93c1b99_2.file.product-1-cover-thumbnails.tpl.php:149 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/8e/b3/50/8eb35039e65bb1b313269b7214821d3ff93c1b99_2.file.product-1-cover-thumbnails.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856069d46_25107993)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e9/60/ab/e960abbf6b80045bfe160f082439621834e378f6_2.file.product-cover-thumbnails.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85605fae0_36783841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 32 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ab_module` m
LEFT JOIN `ab_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.276
ms
|
156 |
|
|
/classes/module/Module.php:346
/modules/rg_psmobileapp/rg_psmobileapp.php:44 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
| 529 |
SELECT SQL_NO_CACHE pa.`minimal_quantity` as `qty`, IFNULL(stock.quantity, 0) as `quantity`, pa.`id_product_attribute` FROM `ab_product_attribute_shop` pas LEFT JOIN `ab_product_attribute` pa ON pas.`id_product_attribute`=pa.`id_product_attribute` LEFT JOIN `ab_product` p ON p.`id_product`=pa.`id_product` LEFT JOIN ab_stock_available stock ON (stock.id_product = p.id_product AND stock.id_product_attribute=pa.id_product_attribute) INNER JOIN ab_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) WHERE pas.`id_product`=25157 AND product_shop.`active`=1 AND product_shop.`visibility` IN ("both", "catalog") AND stock.quantity>=pa.minimal_quantity AND stock.quantity>0 GROUP BY pa.id_product_attribute ORDER BY pa.id_product_attribute ASC |
0.274
ms
|
3 |
Yes
|
Yes
|
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:186
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:255 (getBestAttribute)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 361 |
SELECT SQL_NO_CACHE 1 FROM `ab_cart_rule` WHERE ((date_to >= "2026-04-12 00:00:00" AND date_to <= "2026-04-12 23:59:59") OR (date_from >= "2026-04-12 00:00:00" AND date_from <= "2026-04-12 23:59:59") OR (date_from < "2026-04-12 00:00:00" AND date_to > "2026-04-12 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.270
ms
|
127 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/override/classes/CartRule.php:108 (getCustomerCartRules)
/classes/Cart.php:3079 (getCustomerCartRules)
/classes/Cart.php:3464 (getDeliveryOptionList)
/classes/Cart.php:3537 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2201 (processCalculation)
/override/classes/Cart.php:236 (getOrderTotal)
/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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/ba/f8/41/baf8411091742fd8676f7047d47a49b427829f9a_2.file.javascript.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f2b2d5_30282908)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/75/69/68/75696845f08a6f0499cfaa40735e6f98c2da93c2_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f28196_55429650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:300 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ef9578_54612186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:111 (_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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 526 |
SELECT SQL_NO_CACHE p.id_product, stock.`out_of_stock`, product_shop.`minimal_quantity`, IFNULL(stock.quantity, 0) as quantity FROM `ab_product` p LEFT JOIN ab_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 ) INNER JOIN ab_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) WHERE p.`id_product` IN (25157,9187,22797) AND p.`id_product` NOT IN (13037,9868,34747) AND product_shop.`active`=1 AND product_shop.`visibility` IN ("both", "catalog") HAVING quantity>=product_shop.minimal_quantity AND quantity>0 |
0.269
ms
|
3 |
|
|
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:2967
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1723 (isValidProductList)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 166 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ab_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 25157 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ab_cart_product` cp JOIN `ab_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ab_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` = 25157 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.266
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/controllers/front/ProductController.php:1217 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 78 |
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 `ab_product_attribute_combination` pac
LEFT JOIN `ab_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ab_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ab_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ab_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (198378,208933,221367)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.263
ms
|
3 |
|
|
/classes/Product.php:2752
/override/classes/Link.php:42 (getAttributesResume)
/controllers/front/ProductController.php:99 (getProductLink)
/controllers/front/ProductController.php:158 (canonicalRedirection)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name, a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`, IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`, product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`, product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`, pal.`available_now`, pal.`available_later`
FROM `ab_product_attribute` pa
INNER JOIN ab_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 ab_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ab_product_attribute_lang` `pal` ON pa.id_product_attribute = pal.id_product_attribute AND pal.id_lang = 1
LEFT JOIN `ab_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
LEFT JOIN `ab_attribute` `a` ON a.id_attribute = pac.id_attribute
LEFT JOIN `ab_attribute_group` `ag` ON ag.id_attribute_group = a.id_attribute_group
LEFT JOIN `ab_attribute_lang` `al` ON a.id_attribute = al.id_attribute
LEFT JOIN `ab_attribute_group_lang` `agl` ON ag.id_attribute_group = agl.id_attribute_group
INNER JOIN ab_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE (pa.id_product = 25157) AND (al.id_lang = 1) AND (agl.id_lang = 1) AND (product_attribute_shop.id_product_attribute = 221367)
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.position ASC, a.position ASC, agl.name ASC |
0.259
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4600
/override/classes/Product.php:11 (getAttributesGroups)
/controllers/front/ProductController.php:1312 (getAttributesGroups)
/controllers/front/ProductController.php:1263 (findProductCombinationById)
/controllers/front/ProductController.php:1328 (getProductMinimalQuantity)
/controllers/front/ProductController.php:1212 (getRequiredQuantity)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 431 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ab_product_attribute` pa
INNER JOIN ab_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` = 25157
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.254
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/8e/b3/50/8eb35039e65bb1b313269b7214821d3ff93c1b99_2.file.product-1-cover-thumbnails.tpl.php:34 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/8e/b3/50/8eb35039e65bb1b313269b7214821d3ff93c1b99_2.file.product-1-cover-thumbnails.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/8e/b3/50/8eb35039e65bb1b313269b7214821d3ff93c1b99_2.file.product-1-cover-thumbnails.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/8e/b3/50/8eb35039e65bb1b313269b7214821d3ff93c1b99_2.file.product-1-cover-thumbnails.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/8e/b3/50/8eb35039e65bb1b313269b7214821d3ff93c1b99_2.file.product-1-cover-thumbnails.tpl.php:149 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/8e/b3/50/8eb35039e65bb1b313269b7214821d3ff93c1b99_2.file.product-1-cover-thumbnails.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856069d46_25107993)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e9/60/ab/e960abbf6b80045bfe160f082439621834e378f6_2.file.product-cover-thumbnails.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85605fae0_36783841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE tr.*
FROM `ab_tax_rule` tr
JOIN `ab_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 353)
AND ('15404' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '15404')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.253
ms
|
2 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:6910 (getTaxCalculator)
/classes/Product.php:741 (getTaxesRate)
/controllers/front/ProductController.php:146 (__construct)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/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 ab_shop_group gs
LEFT JOIN ab_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ab_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.252
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)
|
| 147 |
SELECT SQL_NO_CACHE *
FROM `ab_category` c
LEFT JOIN `ab_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 251 AND c.nright >= 252)
ORDER BY c.nleft |
0.250
ms
|
1036 |
Yes
|
|
/classes/Product.php:7865
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:52 (getProductLink)
/modules/lgcomments/classes/LGProductComment.php:451 (getProductLink)
/modules/lgcomments/classes/LGProductComment.php:582 (getProductReviewsDetails)
/modules/lgcomments/lgcomments.php:1028 (render)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE `name`, `value`, `block` FROM `ab_magiczoomplus_settings` WHERE `enabled`=1 |
0.249
ms
|
595 |
|
|
/modules/magiczoomplus/magiczoomplus.php:539
/modules/magiczoomplus/magiczoomplus.php:780 (loadTool)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:428 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE *,
( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ab_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 25157 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 221367) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-04-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-12 00:00:00' <= `to`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC |
0.248
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:656
/controllers/front/ProductController.php:611 (getQuantityDiscounts)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 128 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name, a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`, IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`, product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`, product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`, pal.`available_now`, pal.`available_later`
FROM `ab_product_attribute` pa
INNER JOIN ab_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 ab_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ab_product_attribute_lang` `pal` ON pa.id_product_attribute = pal.id_product_attribute AND pal.id_lang = 1
LEFT JOIN `ab_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
LEFT JOIN `ab_attribute` `a` ON a.id_attribute = pac.id_attribute
LEFT JOIN `ab_attribute_group` `ag` ON ag.id_attribute_group = a.id_attribute_group
LEFT JOIN `ab_attribute_lang` `al` ON a.id_attribute = al.id_attribute
LEFT JOIN `ab_attribute_group_lang` `agl` ON ag.id_attribute_group = agl.id_attribute_group
INNER JOIN ab_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE (pa.id_product = 25157) AND (al.id_lang = 1) AND (agl.id_lang = 1) AND (product_attribute_shop.id_product_attribute = 221367)
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.position ASC, a.position ASC, agl.name ASC |
0.244
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4600
/override/classes/Product.php:11 (getAttributesGroups)
/controllers/front/ProductController.php:1312 (getAttributesGroups)
/controllers/front/ProductController.php:1263 (findProductCombinationById)
/controllers/front/ProductController.php:1210 (getProductMinimalQuantity)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 553 |
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 `ab_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 22797 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ab_cart_product` cp JOIN `ab_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ab_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` = 22797 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.244
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 528 |
SELECT SQL_NO_CACHE pa.`minimal_quantity` as `qty`, IFNULL(stock.quantity, 0) as `quantity`, pa.`id_product_attribute` FROM `ab_product_attribute_shop` pas LEFT JOIN `ab_product_attribute` pa ON pas.`id_product_attribute`=pa.`id_product_attribute` LEFT JOIN `ab_product` p ON p.`id_product`=pa.`id_product` LEFT JOIN ab_stock_available stock ON (stock.id_product = p.id_product AND stock.id_product_attribute=pa.id_product_attribute) INNER JOIN ab_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) WHERE pas.`id_product`=25157 AND pa.id_product_attribute = 208933 AND product_shop.`active`=1 AND product_shop.`visibility` IN ("both", "catalog") AND stock.quantity>=pa.minimal_quantity AND stock.quantity>0 GROUP BY pa.id_product_attribute ORDER BY pa.id_product_attribute ASC |
0.243
ms
|
1 |
|
Yes
|
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:186
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:254 (getBestAttribute)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 642 |
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `ab_category` c
LEFT JOIN `ab_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1 |
0.240
ms
|
1 |
|
|
/classes/Category.php:2270
/classes/Category.php:1142 (getCategoriesWithoutParent)
/classes/Category.php:1602 (getRootCategory)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:63 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:108 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:216 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:72 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:305 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 51 |
SELECT SQL_NO_CACHE *
FROM `ab_product` a
LEFT JOIN `ab_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ab_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25157) AND (b.`id_shop` = 1) LIMIT 1 |
0.236
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 535 |
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 `ab_cart_product` cp
WHERE cp.`id_product_attribute` = 198378
AND cp.`id_cart` = 0 AND cp.`id_product` = 25157 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ab_cart_product` cp JOIN `ab_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ab_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 198378
AND cp.`id_cart` = 0 AND p.`id_product_item` = 25157 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.236
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 578 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, a.`position` as `posi`, al.`name` as `attribute`, ag.`position`, agl.`public_name` as `group`,pa.`reference`, pa.`ean13`, pa.`upc`
FROM `ab_attribute` a
LEFT JOIN `ab_attribute_group` ag
ON a.`id_attribute_group` = ag.`id_attribute_group`
LEFT JOIN `ab_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ab_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
LEFT JOIN `ab_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ab_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ab_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
INNER JOIN ab_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 25157 ORDER BY ag.`position` ASC, a.`position` ASC |
0.236
ms
|
3 |
Yes
|
|
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:918
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:925 (getAttributesInformationsByProduct)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:290 (obtainAttributes)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 530 |
SELECT SQL_NO_CACHE pa.`minimal_quantity` as `qty`, IFNULL(stock.quantity, 0) as `quantity`, pa.`id_product_attribute` FROM `ab_product_attribute_shop` pas LEFT JOIN `ab_product_attribute` pa ON pas.`id_product_attribute`=pa.`id_product_attribute` LEFT JOIN `ab_product` p ON p.`id_product`=pa.`id_product` LEFT JOIN ab_stock_available stock ON (stock.id_product = p.id_product AND stock.id_product_attribute=pa.id_product_attribute) INNER JOIN ab_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) WHERE pas.`id_product`=9187 AND pa.id_product_attribute = 235904 AND product_shop.`active`=1 AND product_shop.`visibility` IN ("both", "catalog") AND stock.quantity>=pa.minimal_quantity AND stock.quantity>0 GROUP BY pa.id_product_attribute ORDER BY pa.id_product_attribute ASC |
0.233
ms
|
1 |
|
Yes
|
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:186
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:254 (getBestAttribute)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 132 |
SELECT SQL_NO_CACHE 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 `ab_cart_product` cp
WHERE cp.`id_product_attribute` = 221367
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 25157 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ab_cart_product` cp JOIN `ab_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ab_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 221367
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 25157 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.232
ms
|
0 |
|
|
/classes/Cart.php:1430
/controllers/front/ProductController.php:1211 (getProductQuantity)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 122 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ab_attribute` a
LEFT JOIN `ab_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ab_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
LEFT JOIN `ab_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ab_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ab_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
INNER JOIN ab_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 25157 |
0.231
ms
|
3 |
|
|
/classes/Product.php:7575
/controllers/front/ProductController.php:870 (getAttributesInformationsByProduct)
/controllers/front/ProductController.php:373 (assignAttributesCombinations)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 127 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ab_product_attribute` pa INNER JOIN ab_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 `ab_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ab_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ab_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ab_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ab_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ab_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 25157 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute` |
0.230
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2815
/controllers/front/ProductController.php:1101 (getAttributeCombinations)
/controllers/front/ProductController.php:1085 (tryToGetAvailableIdProductAttribute)
/controllers/front/ProductController.php:1209 (getIdProductAttributeByGroupOrRequestOrDefault)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 517 |
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 `ab_product_attribute_combination` pac
LEFT JOIN `ab_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ab_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ab_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ab_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (198378,208933,221367)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.224
ms
|
3 |
|
|
/classes/Product.php:2752
/override/classes/Link.php:42 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (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)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/85/d5/76/85d576dd9208762df01573ca26268343ab2e7956_2.file.product-details.tpl.php:209 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/85/d5/76/85d576dd9208762df01573ca26268343ab2e7956_2.file.product-details.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856171195_01511929)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:318 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 604 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ab_quantity_discount_rule` qdr
INNER JOIN `ab_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ab_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooterProduct')
INNER JOIN `ab_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 5
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.224
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:824 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:670 (getMessage)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 554 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ab_feature_product pf
LEFT JOIN ab_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ab_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ab_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ab_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 22797
ORDER BY f.position ASC |
0.222
ms
|
1 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 217 |
SELECT SQL_NO_CACHE COUNT(*) AS cnt
FROM (
SELECT mgrp.id_mdgift_rule_product
FROM `ab_mdgift_rule_product` mgrp
INNER JOIN `ab_mdgift_rule` mgr
ON mgrp.id_mdgift_rule = mgr.id_mdgift_rule
WHERE mgr.active = 1
AND mgrp.gift_criteria_filter = "products"
AND mgrp.id_product = 25157
AND mgrp.not_purchasable = 1
UNION ALL
SELECT mgrp.id_mdgift_rule_product
FROM `ab_mdgift_rule_product` mgrp
INNER JOIN `ab_mdgift_rule` mgr
ON mgrp.id_mdgift_rule = mgr.id_mdgift_rule
WHERE mgr.active = 1
AND mgrp.gift_criteria_filter = "categories"
AND mgrp.id_product IN (2,288,297,300,1239)
AND mgrp.not_purchasable = 1
) AS combined LIMIT 1 |
0.217
ms
|
4 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:821
/modules/mdgiftproduct/mdgiftproduct.php:151 (isGiftNotPurchasable)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 635 |
SELECT SQL_NO_CACHE * FROM `ab_whatsappchatblock` LEFT JOIN `ab_whatsappchatblock_lang` ON (`ab_whatsappchatblock`.`id_whatsappchatblock` = `ab_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayWhatsAppChat" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.217
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:531 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:492 (displayBlock)
/classes/Hook.php:1083 (hookDisplayWhatsAppChat)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856241891_44879546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/0f/24/e4/0f24e4816549e7c50322da42b1de43253a79b8a2_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856238ff0_90817990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f5/d9/19/f5d919ef247a1370b06158f0e49bd59ac430955e_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856233fc5_62172743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:276 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 19 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ab_module` m
LEFT JOIN `ab_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.213
ms
|
156 |
|
|
/classes/module/Module.php:346
/modules/giftcard/giftcard.php:74 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 468 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ab_quantity_discount_rule` qdr
INNER JOIN `ab_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ab_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductAdditionalInfo')
INNER JOIN `ab_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.213
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:824 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:655 (getMessage)
/classes/Hook.php:1083 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 637 |
SELECT SQL_NO_CACHE `id_guest`
FROM `ab_connections`
WHERE `id_guest` = 5331666
AND `date_add` > '2026-04-12 12:47:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.212
ms
|
1 |
Yes
|
|
/classes/Connection.php:168
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:305 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 434 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ab_quantity_discount_rule` qdr
INNER JOIN `ab_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ab_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductPriceBlockProduct')
INNER JOIN `ab_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.212
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:824 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:714 (getMessage)
/classes/Hook.php:1083 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/3e/76/9f/3e769f79f74d4ff4f6b0e15306946fba55629a7e_2.file.product-prices.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85609feb3_19343965)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 522 |
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 `ab_attribute` a
LEFT JOIN `ab_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ab_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ab_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ab_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 `ab_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ab_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 25157
AND pac.`id_product_attribute` = 198378
AND agl.`id_lang` = 1 |
0.209
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/override/classes/Link.php:52 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (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)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/85/d5/76/85d576dd9208762df01573ca26268343ab2e7956_2.file.product-details.tpl.php:209 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/85/d5/76/85d576dd9208762df01573ca26268343ab2e7956_2.file.product-details.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856171195_01511929)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:318 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 112 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ab_category` c
INNER JOIN ab_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ab_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ab_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 300
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.209
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/controllers/front/ProductController.php:901 (getSubCategories)
/controllers/front/ProductController.php:368 (assignCategory)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 387 |
SELECT SQL_NO_CACHE * FROM `ab_whatsappchatblock` LEFT JOIN `ab_whatsappchatblock_lang` ON (`ab_whatsappchatblock`.`id_whatsappchatblock` = `ab_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "topWidthSticky" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.208
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:531 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:366 (displayBlock)
/classes/Hook.php:1083 (hookDisplayAfterBodyOpeningTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:125 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:52 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ab_module` m
LEFT JOIN `ab_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.207
ms
|
156 |
|
|
/classes/module/Module.php:346
/modules/recaptchapro/recaptchapro.php:48 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:507 (exec)
/index.php:28 (dispatch)
|
| 443 |
SELECT SQL_NO_CACHE `hook`
FROM `ab_rg_productextracontent_block`
WHERE (`active` = 1)
GROUP BY `hook` |
0.206
ms
|
22 |
|
Yes
|
/modules/rg_productextracontent/classes/RgPecBlock.php:212
/modules/rg_productextracontent/rg_productextracontent.php:1887 (getAllHooks)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:58 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 519 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ab_product_attribute` pa
INNER JOIN ab_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` = 25157
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.205
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2734
/override/classes/Link.php:42 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (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)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/85/d5/76/85d576dd9208762df01573ca26268343ab2e7956_2.file.product-details.tpl.php:209 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/85/d5/76/85d576dd9208762df01573ca26268343ab2e7956_2.file.product-details.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856171195_01511929)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:318 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 598 |
SELECT SQL_NO_CACHE a.`id_ce_content` AS id
FROM `ab_ce_content` a
LEFT JOIN `ab_ce_content_lang` `b` ON a.`id_ce_content` = b.`id_ce_content`
LEFT JOIN `ab_ce_content_shop` `c` ON c.`id_ce_content` = a.`id_ce_content` AND c.`id_shop` = b.`id_shop`
WHERE (b.`id_lang` = 1) AND (c.`id_shop` = 1) AND (a.`hook` LIKE "displayFooterProduct") AND (a.`active` = 1) AND (a.`id_product` = 0 OR a.`id_product` = 25157)
ORDER BY a.`id_product` DESC |
0.205
ms
|
19 |
Yes
|
|
/modules/creativeelements/classes/CEContent.php:136
/modules/creativeelements/creativeelements.php:838 (getIdsByHook)
/modules/creativeelements/creativeelements.php:805 (renderContent)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 210 |
SELECT SQL_NO_CACHE *
FROM `ab_product` a
LEFT JOIN `ab_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25157) LIMIT 1 |
0.201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:4362 (__construct)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 520 |
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 `ab_product_attribute_combination` pac
LEFT JOIN `ab_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ab_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ab_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ab_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (198378,208933,221367)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.199
ms
|
3 |
|
|
/classes/Product.php:2752
/override/classes/Link.php:42 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (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)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/85/d5/76/85d576dd9208762df01573ca26268343ab2e7956_2.file.product-details.tpl.php:209 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/85/d5/76/85d576dd9208762df01573ca26268343ab2e7956_2.file.product-details.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856171195_01511929)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:318 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 368 |
SELECT SQL_NO_CACHE 1 FROM `ab_cart_rule` WHERE ((date_to >= "2026-04-12 00:00:00" AND date_to <= "2026-04-12 23:59:59") OR (date_from >= "2026-04-12 00:00:00" AND date_from <= "2026-04-12 23:59:59") OR (date_from < "2026-04-12 00:00:00" AND date_to > "2026-04-12 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.199
ms
|
127 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/override/classes/CartRule.php:108 (getCustomerCartRules)
/override/classes/CartRule.php:153 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/ba/f8/41/baf8411091742fd8676f7047d47a49b427829f9a_2.file.javascript.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f2b2d5_30282908)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/75/69/68/75696845f08a6f0499cfaa40735e6f98c2da93c2_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f28196_55429650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:300 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ef9578_54612186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:111 (_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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 516 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ab_product_attribute` pa
INNER JOIN ab_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` = 25157
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.199
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2734
/override/classes/Link.php:42 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (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)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/85/d5/76/85d576dd9208762df01573ca26268343ab2e7956_2.file.product-details.tpl.php:209 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/85/d5/76/85d576dd9208762df01573ca26268343ab2e7956_2.file.product-details.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856171195_01511929)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:318 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 491 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ab_image` i
INNER JOIN ab_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ab_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25157
ORDER BY `position` |
0.198
ms
|
5 |
Yes
|
|
/classes/Product.php:3545
/modules/magiczoomplus/magiczoomplus.php:1368 (getImages)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (parseTemplateStandard)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2260 (fetch)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:564 (display)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:481 (displayRewardOnProductPage)
/modules/allinone_rewards/allinone_rewards.php:603 (hookDisplayProductAdditionalInfo)
/modules/allinone_rewards/allinone_rewards.php:592 (_genericHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 26 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ab_module` m
LEFT JOIN `ab_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.197
ms
|
156 |
|
|
/classes/module/Module.php:346
/modules/mailchimppro/mailchimppro.php:222 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 30 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ab_module` m
LEFT JOIN `ab_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.196
ms
|
156 |
|
|
/classes/module/Module.php:346
/modules/psxdesign/psxdesign.php:68 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
| 36 |
SELECT SQL_NO_CACHE * FROM `ab_currency` c ORDER BY `iso_code` ASC |
0.196
ms
|
1 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 632 |
SELECT SQL_NO_CACHE mainTable.id_tvcmspaymenticon AS code,
mainTable.image,
mainTable.link,
subTable.title
FROM
`ab_tvcmspaymenticon` mainTable
LEFT JOIN
ab_tvcmspaymenticon_lang subTable
ON
mainTable.id_tvcmspaymenticon = subTable.id_tvcmspaymenticon
WHERE
mainTable.id_shop_group = 1
AND
mainTable.id_shop = 1
AND
mainTable.status = 1
AND
subTable.id_lang = 1
ORDER BY `position` |
0.196
ms
|
9 |
Yes
|
|
/modules/tvcmspaymenticon/tvcmspaymenticon.php:435
/modules/tvcmspaymenticon/tvcmspaymenticon.php:989 (showFrontData)
/modules/tvcmspaymenticon/tvcmspaymenticon.php:1019 (showFrontSideResult)
/classes/Hook.php:1083 (hookdisplayPaymentIcon)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:40 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856241891_44879546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/0f/24/e4/0f24e4816549e7c50322da42b1de43253a79b8a2_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856238ff0_90817990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f5/d9/19/f5d919ef247a1370b06158f0e49bd59ac430955e_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856233fc5_62172743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:276 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 89 |
SELECT SQL_NO_CACHE DISTINCT g.id_tax_rules_group, g.name, g.active FROM `ab_tax_rules_group` g INNER JOIN ab_tax_rules_group_shop tax_rules_group_shop
ON (tax_rules_group_shop.id_tax_rules_group = g.id_tax_rules_group AND tax_rules_group_shop.id_shop = 1) WHERE g.deleted = 0 AND g.`active` = 1 AND g.`active` = 1 ORDER BY name ASC |
0.195
ms
|
6 |
Yes
|
|
/classes/tax/TaxRulesGroup.php:201
/classes/tax/TaxRulesGroup.php:141 (getTaxRulesGroupsData)
/modules/motive/src/Builder/Price/BasePriceBuilder.php:193 (getTaxRulesGroups)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:265 (getPriceTransformRates)
/modules/motive/motive.php:225 (getVariables)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1002 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 85 |
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 `ab_attribute` a
LEFT JOIN `ab_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ab_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ab_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ab_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 `ab_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ab_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 25157
AND pac.`id_product_attribute` = 221367
AND agl.`id_lang` = 1 |
0.195
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:7679 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/override/classes/Link.php:52 (getProductLink)
/controllers/front/ProductController.php:99 (getProductLink)
/controllers/front/ProductController.php:158 (canonicalRedirection)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 617 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ab_quantity_discount_rule` qdr
INNER JOIN `ab_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ab_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter')
INNER JOIN `ab_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.194
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:824 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:469 (getMessage)
/classes/Hook.php:1083 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856241891_44879546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/0f/24/e4/0f24e4816549e7c50322da42b1de43253a79b8a2_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856238ff0_90817990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f5/d9/19/f5d919ef247a1370b06158f0e49bd59ac430955e_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856233fc5_62172743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:276 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 105 |
SELECT SQL_NO_CACHE cc.name
FROM ab_cookiesplus_cookie cc LEFT JOIN ab_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 1
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
0.194
ms
|
15 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:118
/modules/cookiesplus/cookiesplus.php:1432 (getCookiesPlusCookies)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1002 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 358 |
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 `ab_product_attribute_combination` pac
LEFT JOIN `ab_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ab_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ab_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ab_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (198378,208933,221367)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.191
ms
|
3 |
|
|
/classes/Product.php:2752
/override/classes/Link.php:42 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/ca/17/88/ca178861f3cbade2f0a88598aefeb97c93f3987c_2.file.product-jsonld.tpl.php:86 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f11156_78782832)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:231 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ef9578_54612186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:111 (_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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ab_feature_product pf
LEFT JOIN ab_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ab_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ab_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ab_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 25157
ORDER BY f.position ASC |
0.189
ms
|
1 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/controllers/front/ProductController.php:1217 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "shiptopay" LIMIT 1 |
0.188
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/redsys/redsys.php:131 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:119 (newInstanceArgs)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 357 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ab_product_attribute` pa
INNER JOIN ab_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` = 25157
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.187
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2734
/override/classes/Link.php:42 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/ca/17/88/ca178861f3cbade2f0a88598aefeb97c93f3987c_2.file.product-jsonld.tpl.php:86 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f11156_78782832)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:231 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ef9578_54612186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:111 (_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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE 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 `ab_cart_product` cp
WHERE cp.`id_product_attribute` = 221367
AND cp.`id_cart` = 0 AND cp.`id_product` = 25157 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ab_cart_product` cp JOIN `ab_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ab_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 221367
AND cp.`id_cart` = 0 AND p.`id_product_item` = 25157 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/controllers/front/ProductController.php:1217 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ab_lang` l
JOIN ab_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.183
ms
|
2 |
|
|
/classes/Language.php:1216
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 187 |
SELECT SQL_NO_CACHE format
FROM `ab_address_format`
WHERE `id_country` = 6 LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/AddressFormat.php:656
/classes/AddressFormat.php:630 (getFormatDB)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1763 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 399 |
SELECT SQL_NO_CACHE main.*, ll.*
FROM ab_tvcmsmegamenu_shop main
LEFT JOIN `ab_tvcmsmegamenu_lang` ll ON (ll.`id_tvcmsmegamenu` = main.`id_tvcmsmegamenu` AND main.`id_shop` = ll.`id_shop`)
WHERE main.active = 1 AND ll.id_shop = 1 AND ll.id_lang=1 ORDER BY main.position ASC, main.id_tvcmsmegamenu ASC |
0.181
ms
|
16 |
Yes
|
|
/modules/tvcmsmegamenu/classes/tvcmsmegamenuclass.php:265
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1394 (getMenus)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1371 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 170 |
SELECT SQL_NO_CACHE tr.*
FROM `ab_tax_rule` tr
JOIN `ab_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 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.181
ms
|
1 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:5983 (getTaxCalculator)
/classes/Product.php:5875 (getTaxesInformations)
/controllers/front/ProductController.php:1217 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 523 |
SELECT SQL_NO_CACHE p.id_product, stock.`out_of_stock`, product_shop.`minimal_quantity`, IFNULL(stock.quantity, 0) as quantity FROM `ab_product` p LEFT JOIN ab_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 ) INNER JOIN ab_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) WHERE p.`id_product`=25157 AND product_shop.`active`=1 AND product_shop.`visibility` IN ("both", "catalog") HAVING quantity>=product_shop.minimal_quantity AND quantity>0 |
0.180
ms
|
1 |
|
|
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:2977
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1709 (isValidProduct)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 648 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ab_product` p
INNER JOIN ab_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 25157
AND DATEDIFF("2026-04-12 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/magiczoomplus/magiczoomplus.php:1363 (__construct)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (parseTemplateStandard)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 179 |
SELECT SQL_NO_CACHE *
FROM `ab_manufacturer` a
LEFT JOIN `ab_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ab_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 173) LIMIT 1 |
0.178
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:27 (__construct)
/controllers/front/ProductController.php:438 (__construct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 216 |
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ab_category_product` cp
LEFT JOIN `ab_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ab_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ab_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 25157
AND cl.`id_lang` = 1 |
0.175
ms
|
5 |
|
|
/classes/Product.php:3459
/modules/mdgiftproduct/mdgiftproduct.php:794 (getProductCategoriesFull)
/modules/mdgiftproduct/mdgiftproduct.php:151 (isGiftNotPurchasable)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 616 |
SELECT SQL_NO_CACHE qdrf.*
FROM `ab_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.175
ms
|
6 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/quantitydiscountpro.php:823 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:469 (getMessage)
/classes/Hook.php:1083 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856241891_44879546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/0f/24/e4/0f24e4816549e7c50322da42b1de43253a79b8a2_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856238ff0_90817990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f5/d9/19/f5d919ef247a1370b06158f0e49bd59ac430955e_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856233fc5_62172743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:276 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 429 |
SELECT SQL_NO_CACHE * FROM `ab_whatsappchatblock` LEFT JOIN `ab_whatsappchatblock_lang` ON (`ab_whatsappchatblock`.`id_whatsappchatblock` = `ab_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayNav1" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.174
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:531 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:380 (displayBlock)
/classes/Hook.php:1083 (hookDisplayNav1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:44 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 570 |
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 `ab_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9187 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ab_cart_product` cp JOIN `ab_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ab_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` = 9187 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 653 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ab_image` i
INNER JOIN ab_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ab_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25157
ORDER BY `position` |
0.174
ms
|
5 |
Yes
|
|
/classes/Product.php:3545
/modules/magiczoomplus/magiczoomplus.php:1368 (getImages)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (parseTemplateStandard)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 31 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ab_module` m
LEFT JOIN `ab_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.173
ms
|
156 |
|
|
/classes/module/Module.php:346
/modules/ps_eventbus/ps_eventbus.php:95 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
| 77 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ab_product_attribute` pa
INNER JOIN ab_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` = 25157
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.171
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2734
/override/classes/Link.php:42 (getAttributesResume)
/controllers/front/ProductController.php:99 (getProductLink)
/controllers/front/ProductController.php:158 (canonicalRedirection)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 433 |
SELECT SQL_NO_CACHE qdrf.*
FROM `ab_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.170
ms
|
6 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/quantitydiscountpro.php:823 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:714 (getMessage)
/classes/Hook.php:1083 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/3e/76/9f/3e769f79f74d4ff4f6b0e15306946fba55629a7e_2.file.product-prices.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85609feb3_19343965)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 580 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, a.`position` as `posi`, al.`name` as `attribute`, ag.`position`, agl.`public_name` as `group`,pa.`reference`, pa.`ean13`, pa.`upc`
FROM `ab_attribute` a
LEFT JOIN `ab_attribute_group` ag
ON a.`id_attribute_group` = ag.`id_attribute_group`
LEFT JOIN `ab_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ab_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
LEFT JOIN `ab_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ab_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ab_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
INNER JOIN ab_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 9187 ORDER BY ag.`position` ASC, a.`position` ASC |
0.170
ms
|
1 |
Yes
|
|
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:918
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:925 (getAttributesInformationsByProduct)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:290 (obtainAttributes)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 20 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ab_module` m
LEFT JOIN `ab_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.169
ms
|
156 |
|
|
/classes/module/Module.php:346
/modules/lgseoredirect/lgseoredirect.php:83 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 90 |
SELECT SQL_NO_CACHE tr.*
FROM `ab_tax_rule` tr
JOIN `ab_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 5
AND tr.`id_state` IN (0, 353)
AND ('15404' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '15404')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.169
ms
|
2 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/modules/motive/src/Builder/Price/BasePriceBuilder.php:212 (getTaxCalculator)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:265 (getPriceTransformRates)
/modules/motive/motive.php:225 (getVariables)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1002 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 37 |
SELECT SQL_NO_CACHE `id_lang` FROM `ab_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
0.168
ms
|
2 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 619 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ab_quantity_discount_rule` qdr
INNER JOIN `ab_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ab_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter')
INNER JOIN `ab_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.168
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:824 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:469 (getMessage)
/classes/Hook.php:1083 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856241891_44879546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/0f/24/e4/0f24e4816549e7c50322da42b1de43253a79b8a2_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856238ff0_90817990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f5/d9/19/f5d919ef247a1370b06158f0e49bd59ac430955e_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856233fc5_62172743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:276 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 606 |
SELECT SQL_NO_CACHE * FROM `ab_whatsappchatblock` LEFT JOIN `ab_whatsappchatblock_lang` ON (`ab_whatsappchatblock`.`id_whatsappchatblock` = `ab_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayFooterProduct" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.166
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:531 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:426 (displayBlock)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/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 `ab_module` m
LEFT JOIN `ab_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.165
ms
|
156 |
|
|
/classes/module/Module.php:346
/modules/cookiesplus/cookiesplus.php:51 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 605 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ab_quantity_discount_rule` qdr
INNER JOIN `ab_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ab_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooterProduct')
INNER JOIN `ab_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 6
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.164
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:824 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:670 (getMessage)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 620 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ab_quantity_discount_rule` qdr
INNER JOIN `ab_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ab_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter')
INNER JOIN `ab_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 4
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.164
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:824 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:469 (getMessage)
/classes/Hook.php:1083 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856241891_44879546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/0f/24/e4/0f24e4816549e7c50322da42b1de43253a79b8a2_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856238ff0_90817990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f5/d9/19/f5d919ef247a1370b06158f0e49bd59ac430955e_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856233fc5_62172743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:276 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 209 |
SELECT SQL_NO_CACHE `name`
FROM `ab_configuration`
WHERE (`name` LIKE "RGPUNO_%")
GROUP BY `name` |
0.163
ms
|
106 |
|
Yes
|
/modules/rg_pushnotifications/classes/RgPuNoConfig.php:55
/modules/rg_pushnotifications/classes/RgPuNoTools.php:1158 (getAll)
/modules/rg_pushnotifications/rg_pushnotifications.php:437 (validateBasicSettings)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 196 |
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 `ab_product_attribute_combination` pac
LEFT JOIN `ab_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ab_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ab_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ab_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (198378,208933,221367)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.161
ms
|
3 |
|
|
/classes/Product.php:2752
/override/classes/Link.php:42 (getAttributesResume)
/controllers/front/ProductController.php:1365 (getProductLink)
/classes/controller/FrontController.php:1866 (getBreadcrumbLinks)
/classes/controller/FrontController.php:568 (getBreadcrumb)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 116 |
SELECT SQL_NO_CACHE 1 FROM `ab_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.160
ms
|
5947 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:360 (filterOutField)
/classes/SpecificPrice.php:645 (computeExtraConditions)
/controllers/front/ProductController.php:611 (getQuantityDiscounts)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 436 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ab_quantity_discount_rule` qdr
INNER JOIN `ab_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ab_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductPriceBlockProduct')
INNER JOIN `ab_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.160
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:824 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:714 (getMessage)
/classes/Hook.php:1083 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/3e/76/9f/3e769f79f74d4ff4f6b0e15306946fba55629a7e_2.file.product-prices.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85609feb3_19343965)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 575 |
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 `ab_attribute` a
LEFT JOIN `ab_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ab_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ab_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ab_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 `ab_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ab_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 9187
AND pac.`id_product_attribute` = 235904
AND agl.`id_lang` = 1 |
0.160
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:5868 (getAttributesParams)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 600 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ab_quantity_discount_rule` qdr
INNER JOIN `ab_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ab_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooterProduct')
INNER JOIN `ab_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.160
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:824 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:670 (getMessage)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 235 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ab_currency` c
LEFT JOIN ab_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.158
ms
|
1 |
|
|
/classes/Currency.php:1136
/classes/Currency.php:1153 (countActiveCurrencies)
/classes/module/Module.php:2232 (isMultiCurrencyActivated)
/modules/blockgiftlistproplus/blockgiftlistproplus.php:8072 (getCacheId)
/modules/blockgiftlistproplus/blockgiftlistproplus.php:4345 (_getCacheId)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:428 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 511 |
SELECT SQL_NO_CACHE a.*, cl.name AS `country`, s.name AS `state`
FROM `ab_address` AS a
LEFT JOIN `ab_country_lang` AS cl ON (
cl.`id_country` = a.`id_country`
AND cl.`id_lang` = 1
)
LEFT JOIN `ab_state` AS s ON (s.`id_state` = a.`id_state`)
WHERE `id_manufacturer` = 173
AND a.`deleted` = 0 |
0.156
ms
|
1 |
|
|
/classes/Manufacturer.php:579
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/85/d5/76/85d576dd9208762df01573ca26268343ab2e7956_2.file.product-details.tpl.php:52 (getAddresses)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/85/d5/76/85d576dd9208762df01573ca26268343ab2e7956_2.file.product-details.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856171195_01511929)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:318 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 542 |
SELECT SQL_NO_CACHE *
FROM `ab_product` a
LEFT JOIN `ab_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ab_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22797) AND (b.`id_shop` = 1) LIMIT 1 |
0.156
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:234 (getProductObject)
/override/classes/Link.php:52 (getProductLink)
/classes/Product.php:5671 (getProductLink)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 618 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ab_quantity_discount_rule` qdr
INNER JOIN `ab_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ab_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter')
INNER JOIN `ab_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.156
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:824 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:469 (getMessage)
/classes/Hook.php:1083 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856241891_44879546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/0f/24/e4/0f24e4816549e7c50322da42b1de43253a79b8a2_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856238ff0_90817990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f5/d9/19/f5d919ef247a1370b06158f0e49bd59ac430955e_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856233fc5_62172743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:276 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 437 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ab_quantity_discount_rule` qdr
INNER JOIN `ab_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ab_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductPriceBlockProduct')
INNER JOIN `ab_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 4
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.155
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:824 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:714 (getMessage)
/classes/Hook.php:1083 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/3e/76/9f/3e769f79f74d4ff4f6b0e15306946fba55629a7e_2.file.product-prices.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85609feb3_19343965)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE tr.*
FROM `ab_tax_rule` tr
JOIN `ab_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 4
AND tr.`id_state` IN (0, 353)
AND ('15404' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '15404')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.154
ms
|
2 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/modules/motive/src/Builder/Price/BasePriceBuilder.php:212 (getTaxCalculator)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:265 (getPriceTransformRates)
/modules/motive/motive.php:225 (getVariables)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1002 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 558 |
SELECT SQL_NO_CACHE *
FROM `ab_product` a
LEFT JOIN `ab_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ab_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9187) AND (b.`id_shop` = 1) LIMIT 1 |
0.153
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:234 (getProductObject)
/override/classes/Link.php:52 (getProductLink)
/classes/Product.php:5671 (getProductLink)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 369 |
SELECT SQL_NO_CACHE * FROM `ab_cart_rule` cr
LEFT JOIN `ab_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" |
0.150
ms
|
1 |
|
|
/classes/CartRule.php:423
/override/classes/CartRule.php:108 (getCustomerCartRules)
/override/classes/CartRule.php:153 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/ba/f8/41/baf8411091742fd8676f7047d47a49b427829f9a_2.file.javascript.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f2b2d5_30282908)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/75/69/68/75696845f08a6f0499cfaa40735e6f98c2da93c2_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f28196_55429650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:300 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ef9578_54612186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:111 (_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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 435 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ab_quantity_discount_rule` qdr
INNER JOIN `ab_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ab_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductPriceBlockProduct')
INNER JOIN `ab_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.150
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:824 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:714 (getMessage)
/classes/Hook.php:1083 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/3e/76/9f/3e769f79f74d4ff4f6b0e15306946fba55629a7e_2.file.product-prices.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85609feb3_19343965)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE value FROM `ab_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/classes/Configuration.php:236 (isFeatureActive)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 225 |
SELECT SQL_NO_CACHE *
FROM `ab_product` a
LEFT JOIN `ab_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ab_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 33093) AND (b.`id_shop` = 1) LIMIT 1 |
0.149
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:881 (__construct)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:1387 (processConditionProductsCart)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:365 (validateGiftRuleConditions)
/modules/mdgiftproduct/mdgiftproduct.php:198 (getValidGiftRules)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 456 |
SELECT SQL_NO_CACHE *
FROM `ab_rg_productextracontent_block` a
LEFT JOIN `ab_rg_productextracontent_block_lang` `b` ON a.`id_block` = b.`id_block` AND b.`id_lang` = 1
LEFT JOIN `ab_rg_productextracontent_block_shop` `c` ON a.`id_block` = c.`id_block` AND c.`id_shop` = 1
WHERE (a.`id_block` = 88) LIMIT 1 |
0.149
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/rg_productextracontent/classes/RgPecBlock.php:108 (__construct)
/modules/rg_productextracontent/rg_productextracontent.php:1849 (__construct)
/modules/rg_productextracontent/rg_productextracontent.php:1891 (renderHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:58 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 555 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ab_image` i
INNER JOIN ab_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9187
AND image_shop.`cover` = 1 LIMIT 1 |
0.145
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 440 |
SELECT SQL_NO_CACHE COUNT(*)FROM `ab_lgcomments_productcomments` p WHERE p.id_product = 25157 AND p.active = 1 AND id_lang = 1 LIMIT 1 |
0.143
ms
|
1 |
|
|
/modules/lgcomments/classes/LGProductComment.php:169
/modules/lgcomments/classes/LGProductComment.php:528 (getNumberOfReviews)
/modules/lgcomments/classes/LGProductComment.php:589 (getExtraRightDetails)
/modules/lgcomments/lgcomments.php:961 (render)
/modules/lgcomments/lgcomments.php:986 (hookCustomStarsPosition)
/classes/Hook.php:1083 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/3e/76/9f/3e769f79f74d4ff4f6b0e15306946fba55629a7e_2.file.product-prices.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85609feb3_19343965)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 469 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ab_quantity_discount_rule` qdr
INNER JOIN `ab_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ab_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductAdditionalInfo')
INNER JOIN `ab_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.142
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:824 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:655 (getMessage)
/classes/Hook.php:1083 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 470 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ab_quantity_discount_rule` qdr
INNER JOIN `ab_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ab_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductAdditionalInfo')
INNER JOIN `ab_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.142
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:824 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:655 (getMessage)
/classes/Hook.php:1083 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 476 |
SELECT SQL_NO_CACHE * FROM `ab_whatsappchatblock` LEFT JOIN `ab_whatsappchatblock_lang` ON (`ab_whatsappchatblock`.`id_whatsappchatblock` = `ab_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayWhatsAppProductSocialButtons" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.142
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:531 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:406 (displayBlock)
/modules/whatsappchat/whatsappchat.php:411 (hookDisplayWhatsAppProductSocialButtons)
/classes/Hook.php:1083 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 233 |
SELECT SQL_NO_CACHE * FROM `ab_rewards_template_config` WHERE `value`=1 AND `name`='RSPONSORSHIP_ACTIVE' LIMIT 1 |
0.141
ms
|
1 |
|
|
/modules/allinone_rewards/models/RewardsTemplateModel.php:135
/modules/allinone_rewards/models/RewardsTemplateModel.php:378 (isActiveAtLeastOnce)
/modules/allinone_rewards/plugins/RewardsSponsorshipPlugin.php:243 (isActiveAtLeastOnce)
/modules/allinone_rewards/allinone_rewards.php:602 (isActive)
/modules/allinone_rewards/allinone_rewards.php:592 (_genericHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 439 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ab_quantity_discount_rule` qdr
INNER JOIN `ab_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ab_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductPriceBlockProduct')
INNER JOIN `ab_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 6
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.140
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:824 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:714 (getMessage)
/classes/Hook.php:1083 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/3e/76/9f/3e769f79f74d4ff4f6b0e15306946fba55629a7e_2.file.product-prices.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85609feb3_19343965)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 501 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ab_image` i
INNER JOIN ab_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ab_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25157
ORDER BY `position` |
0.140
ms
|
5 |
Yes
|
|
/classes/Product.php:3545
/modules/magiczoomplus/magiczoomplus.php:1368 (getImages)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (parseTemplateStandard)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2260 (fetch)
/modules/aplazame/aplazame.php:1320 (display)
/modules/aplazame/aplazame.php:1125 (getWidget)
/classes/Hook.php:1083 (hookDisplayProductButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 438 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ab_quantity_discount_rule` qdr
INNER JOIN `ab_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ab_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductPriceBlockProduct')
INNER JOIN `ab_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 5
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.139
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:824 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:714 (getMessage)
/classes/Hook.php:1083 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/3e/76/9f/3e769f79f74d4ff4f6b0e15306946fba55629a7e_2.file.product-prices.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85609feb3_19343965)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 442 |
SELECT SQL_NO_CACHE `id_customer`
FROM `ab_giftlist_allow_pro` al
WHERE `id_customer` = 0 |
0.139
ms
|
0 |
|
|
/modules/blockgiftlistproplus/classes/WishListpro.php:1915
/modules/blockgiftlistproplus/blockgiftlistproplus.php:4774 (getClientCreationListOk)
/modules/blockgiftlistproplus/blockgiftlistproplus.php:4638 (hookProductActions)
/classes/Hook.php:1083 (hookDisplayWishlistProductPage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f2/d1/10/f2d1101c370887d8268a52ec1d33c4ca78fb8676_2.file.product-add-to-cart.tpl.php:51 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f2/d1/10/f2d1101c370887d8268a52ec1d33c4ca78fb8676_2.file.product-add-to-cart.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560d14e8_04338838)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:191 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:54 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 221 |
SELECT SQL_NO_CACHE COUNT(o.id_order)
FROM `ab_orders` o
INNER JOIN `ab_mdgift_rule_cart_product` `mdgrcp` ON o.id_cart = mdgrcp.id_cart
WHERE (mdgrcp.id_mdgift_rule = 4) AND (o.current_state != 8) LIMIT 1 |
0.138
ms
|
10 |
|
|
/modules/mdgiftproduct/classes/models/MdGiftRule.php:585
/modules/mdgiftproduct/classes/models/MdGiftRule.php:362 (checkGiftRuleValid)
/modules/mdgiftproduct/mdgiftproduct.php:198 (getValidGiftRules)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 574 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ab_feature_product pf
LEFT JOIN ab_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ab_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ab_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ab_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9187
ORDER BY f.position ASC |
0.138
ms
|
1 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 467 |
SELECT SQL_NO_CACHE qdrf.*
FROM `ab_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.138
ms
|
6 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/quantitydiscountpro.php:823 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:655 (getMessage)
/classes/Hook.php:1083 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 625 |
SELECT SQL_NO_CACHE * FROM `ab_whatsappchatblock` LEFT JOIN `ab_whatsappchatblock_lang` ON (`ab_whatsappchatblock`.`id_whatsappchatblock` = `ab_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "bottomWidth" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.137
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:531 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:309 (displayBlock)
/classes/Hook.php:1083 (hookFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856241891_44879546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/0f/24/e4/0f24e4816549e7c50322da42b1de43253a79b8a2_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856238ff0_90817990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f5/d9/19/f5d919ef247a1370b06158f0e49bd59ac430955e_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856233fc5_62172743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:276 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ab_product_attribute_image` pai
LEFT JOIN `ab_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ab_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (198378, 208933, 221367) AND il.`id_lang` = 1 ORDER by i.`position` |
0.136
ms
|
6 |
Yes
|
|
/classes/Product.php:2921
/controllers/front/ProductController.php:650 (getCombinationImages)
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 509 |
SELECT SQL_NO_CACHE * FROM `ab_psreassurance` pr
LEFT JOIN ab_psreassurance_lang prl ON (pr.id_psreassurance = prl.id_psreassurance)
WHERE prl.id_lang = "1"
AND pr.status = 1
ORDER BY pr.position |
0.135
ms
|
2 |
Yes
|
|
/modules/blockreassurance/classes/ReassuranceActivity.php:159
/modules/blockreassurance/blockreassurance.php:498 (getAllBlockByStatus)
/modules/blockreassurance/blockreassurance.php:388 (renderTemplateInHook)
/classes/Hook.php:1083 (hookdisplayReassurance)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:292 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 621 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ab_quantity_discount_rule` qdr
INNER JOIN `ab_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ab_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter')
INNER JOIN `ab_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 5
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.135
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:824 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:469 (getMessage)
/classes/Hook.php:1083 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856241891_44879546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/0f/24/e4/0f24e4816549e7c50322da42b1de43253a79b8a2_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856238ff0_90817990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f5/d9/19/f5d919ef247a1370b06158f0e49bd59ac430955e_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856233fc5_62172743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:276 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 607 |
SELECT SQL_NO_CACHE COUNT(*)FROM `ab_lgcomments_productcomments` p WHERE p.id_product = 25157 AND p.active = 1 AND id_lang = 1 LIMIT 1 |
0.134
ms
|
1 |
|
|
/modules/lgcomments/classes/LGProductComment.php:169
/modules/lgcomments/classes/LGProductComment.php:528 (getNumberOfReviews)
/modules/lgcomments/classes/LGProductComment.php:589 (getExtraRightDetails)
/modules/lgcomments/lgcomments.php:961 (render)
/modules/lgcomments/lgcomments.php:986 (hookCustomStarsPosition)
/classes/Hook.php:1083 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/3e/76/9f/3e769f79f74d4ff4f6b0e15306946fba55629a7e_2.file.product-prices.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85609feb3_19343965)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:223 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:247 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 39 |
SELECT SQL_NO_CACHE *
FROM `ab_currency` a
LEFT JOIN `ab_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ab_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.133
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 572 |
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 `ab_cart_product` cp
WHERE cp.`id_product_attribute` = 235904
AND cp.`id_cart` = 0 AND cp.`id_product` = 9187 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ab_cart_product` cp JOIN `ab_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ab_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 235904
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9187 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.131
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 376 |
SELECT SQL_NO_CACHE * FROM `ab_quantity_discount_rule_condition` t
WHERE `id_quantity_discount_rule_group` = 2763
ORDER BY `id_quantity_discount_rule_condition` ASC |
0.131
ms
|
22 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleGroup.php:48
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4266 (getConditions)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:380 (validateQuantityDiscountRuleConditions)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:153 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/ba/f8/41/baf8411091742fd8676f7047d47a49b427829f9a_2.file.javascript.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f2b2d5_30282908)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/75/69/68/75696845f08a6f0499cfaa40735e6f98c2da93c2_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f28196_55429650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:300 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ef9578_54612186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:111 (_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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 360 |
SELECT SQL_NO_CACHE 1 FROM ab_cart_product cp INNER JOIN ab_product p
ON (p.id_product = cp.id_product) INNER JOIN ab_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.130
ms
|
1 |
|
|
/classes/Cart.php:4256
/classes/Cart.php:4231 (hasProducts)
/classes/Cart.php:2145 (isVirtualCart)
/override/classes/Cart.php:236 (getOrderTotal)
/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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/ba/f8/41/baf8411091742fd8676f7047d47a49b427829f9a_2.file.javascript.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f2b2d5_30282908)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/75/69/68/75696845f08a6f0499cfaa40735e6f98c2da93c2_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f28196_55429650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:300 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ef9578_54612186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:111 (_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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 371 |
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ab_quantity_discount_rule` qdr
LEFT JOIN `ab_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 1 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.130
ms
|
16 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:258
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:366 (getQuantityDiscountRulesByFamily)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:153 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/ba/f8/41/baf8411091742fd8676f7047d47a49b427829f9a_2.file.javascript.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f2b2d5_30282908)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/75/69/68/75696845f08a6f0499cfaa40735e6f98c2da93c2_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f28196_55429650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:300 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ef9578_54612186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:111 (_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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 445 |
SELECT SQL_NO_CACHE `id_category_default`
FROM `ab_product_shop` WHERE `id_product` = 25157
AND `id_shop` = 1 LIMIT 1 |
0.130
ms
|
1 |
|
|
/modules/rg_productextracontent/classes/RgPecContent.php:187
/modules/rg_productextracontent/classes/RgPecContent.php:106 (evaluateCondition)
/modules/rg_productextracontent/rg_productextracontent.php:1833 (getAllByProduct)
/modules/rg_productextracontent/rg_productextracontent.php:1891 (renderHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:58 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 137 |
SELECT SQL_NO_CACHE *
FROM `ab_rg_productextratabs_tab` a
LEFT JOIN `ab_rg_productextratabs_tab_lang` `b` ON a.`id_tab` = b.`id_tab` AND b.`id_lang` = 1
LEFT JOIN `ab_rg_productextratabs_tab_shop` `c` ON a.`id_tab` = c.`id_tab` AND c.`id_shop` = 1
WHERE (a.`id_tab` = 1) LIMIT 1 |
0.129
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/rg_productextratabs/classes/RgPetTab.php:112 (__construct)
/modules/rg_productextratabs/rg_productextratabs.php:1934 (__construct)
/modules/rg_productextratabs/rg_productextratabs.php:1884 (_commonProductTab)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 195 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ab_product_attribute` pa
INNER JOIN ab_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` = 25157
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.127
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2734
/override/classes/Link.php:42 (getAttributesResume)
/controllers/front/ProductController.php:1365 (getProductLink)
/classes/controller/FrontController.php:1866 (getBreadcrumbLinks)
/classes/controller/FrontController.php:568 (getBreadcrumb)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 150 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/lgcomments/classes/LGProductComment.php:463 (outOfStock)
/modules/lgcomments/classes/LGProductComment.php:582 (getProductReviewsDetails)
/modules/lgcomments/lgcomments.php:1028 (render)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE *
FROM `ab_country` a
LEFT JOIN `ab_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ab_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) 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)
|
| 539 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ab_image` i
INNER JOIN ab_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 22797
AND image_shop.`cover` = 1 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 6 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ab_lang` l
LEFT JOIN `ab_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.125
ms
|
2 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
| 144 |
SELECT SQL_NO_CACHE DISTINCT pc.*, CONCAT(c.firstname, ' ', (SUBSTRING(c.lastname,1,1)), '.') as customer, pc.stars AS rating FROM `ab_lgcomments_productcomments` pc LEFT JOIN ab_customer as c ON pc.id_customer = c.id_customer WHERE pc.id_product = 25157 AND pc.id_lang = 1 AND pc.active = 1 GROUP BY pc.id_productcomment ORDER BY pc.date DESC |
0.125
ms
|
1 |
Yes
|
Yes
|
/modules/lgcomments/classes/LGProductComment.php:258
/modules/lgcomments/classes/LGProductComment.php:439 (getProductReviews)
/modules/lgcomments/classes/LGProductComment.php:582 (getProductReviewsDetails)
/modules/lgcomments/lgcomments.php:1028 (render)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 174 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ab_image` i
INNER JOIN ab_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ab_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25157
ORDER BY `position` |
0.124
ms
|
5 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/controllers/front/ProductController.php:1249 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 367 |
SELECT SQL_NO_CACHE cr.`reduction_percent` FROM `ab_cart_cart_rule` ccr
LEFT JOIN ab_cart_rule cr ON cr.`id_cart_rule` = ccr.`id_cart_rule`
WHERE ccr.`id_cart` = 0 AND cr.`reduction_percent` > 0 AND cr.`reduction_product` = 0 |
0.124
ms
|
1 |
|
|
/override/classes/Cart.php:299
/override/classes/Cart.php:262 (getReductionPercent)
/src/Adapter/Presenter/Cart/CartLazyArray.php:267 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getSubtotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/ba/f8/41/baf8411091742fd8676f7047d47a49b427829f9a_2.file.javascript.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f2b2d5_30282908)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/75/69/68/75696845f08a6f0499cfaa40735e6f98c2da93c2_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f28196_55429650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:300 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ef9578_54612186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:111 (_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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 388 |
SELECT SQL_NO_CACHE * FROM `ab_whatsappchatblock` LEFT JOIN `ab_whatsappchatblock_lang` ON (`ab_whatsappchatblock`.`id_whatsappchatblock` = `ab_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayAfterBodyOpeningTag" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.124
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:531 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:369 (displayBlock)
/classes/Hook.php:1083 (hookDisplayAfterBodyOpeningTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:125 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:52 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 479 |
SELECT SQL_NO_CACHE *
FROM `ab_whatsappchatblock_agent` LEFT JOIN `ab_whatsappchatblock_agent_lang` ON (`ab_whatsappchatblock_agent`.`id_whatsappchatblock_agent` = `ab_whatsappchatblock_agent_lang`.`id_whatsappchatblock_agent` AND `id_lang` = 1) WHERE 1 = 1 AND `ab_whatsappchatblock_agent`.`id_whatsappchatblock` = 2 AND `active` = 1 ORDER BY position |
0.124
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlockAgent.php:71
/modules/whatsappchat/whatsappchat.php:591 (getWhatsappChatAgents)
/modules/whatsappchat/whatsappchat.php:411 (displayBlock)
/classes/Hook.php:1083 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 151 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ab_lgcomments_productcomments` st WHERE st.id_product = 25157 AND st.active = 1 AND id_lang = 1 AND stars > 8 AND stars <= 10 LIMIT 1 |
0.123
ms
|
1 |
|
|
/modules/lgcomments/classes/LGProductComment.php:390
/modules/lgcomments/classes/LGProductComment.php:476 (getCountProdByRate)
/modules/lgcomments/classes/LGProductComment.php:582 (getProductReviewsDetails)
/modules/lgcomments/lgcomments.php:1028 (render)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 176 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ab_product_attribute_image` pai
LEFT JOIN `ab_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ab_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (198378, 208933, 221367) AND il.`id_lang` = 1 ORDER by i.`position` |
0.123
ms
|
6 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/controllers/front/ProductController.php:1249 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 458 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ab_product` p
INNER JOIN ab_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 25157
AND DATEDIFF("2026-04-12 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/rg_productextracontent/classes/RgPecTools.php:98 (__construct)
/modules/rg_productextracontent/rg_productextracontent.php:1853 (replaceTagsByFieldsContent)
/modules/rg_productextracontent/rg_productextracontent.php:1891 (renderHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:58 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 471 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ab_quantity_discount_rule` qdr
INNER JOIN `ab_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ab_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductAdditionalInfo')
INNER JOIN `ab_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 4
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.123
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:824 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:655 (getMessage)
/classes/Hook.php:1083 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 472 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ab_quantity_discount_rule` qdr
INNER JOIN `ab_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ab_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductAdditionalInfo')
INNER JOIN `ab_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 5
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.123
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:824 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:655 (getMessage)
/classes/Hook.php:1083 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 473 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ab_quantity_discount_rule` qdr
INNER JOIN `ab_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ab_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductAdditionalInfo')
INNER JOIN `ab_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 6
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.123
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:824 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:655 (getMessage)
/classes/Hook.php:1083 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 547 |
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 `ab_product` p
INNER JOIN `ab_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ab_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` = 22797) |
0.123
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 622 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ab_quantity_discount_rule` qdr
INNER JOIN `ab_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ab_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter')
INNER JOIN `ab_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 6
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.123
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:824 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:469 (getMessage)
/classes/Hook.php:1083 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856241891_44879546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/0f/24/e4/0f24e4816549e7c50322da42b1de43253a79b8a2_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856238ff0_90817990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f5/d9/19/f5d919ef247a1370b06158f0e49bd59ac430955e_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856233fc5_62172743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:276 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 643 |
SELECT SQL_NO_CACHE *
FROM `ab_category` a
LEFT JOIN `ab_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ab_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.122
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/classes/Category.php:1146 (__construct)
/classes/Category.php:1602 (getRootCategory)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:63 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:108 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:216 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:72 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:305 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 579 |
SELECT SQL_NO_CACHE pas.`id_product_attribute`, pai.`id_image`, il.`legend` FROM `ab_product_attribute_shop` pas INNER JOIN `ab_product_attribute_image` pai ON pas.`id_product_attribute` = pai.`id_product_attribute` INNER JOIN `ab_image_lang` il ON il.`id_image` = pai.`id_image` WHERE pas.`id_product`=25157 AND pas.`id_shop`=1 AND il.`id_lang` = 1 |
0.121
ms
|
9 |
|
|
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:91
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:341 (getImagesByProduct)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 103 |
SELECT SQL_NO_CACHE * FROM `ab_rewards_template_config` WHERE `value`=1 AND `name`='RSPONSORSHIP_ACTIVE' LIMIT 1 |
0.121
ms
|
1 |
|
|
/modules/allinone_rewards/models/RewardsTemplateModel.php:135
/modules/allinone_rewards/models/RewardsTemplateModel.php:378 (isActiveAtLeastOnce)
/modules/allinone_rewards/plugins/RewardsSponsorshipPlugin.php:243 (isActiveAtLeastOnce)
/modules/allinone_rewards/allinone_rewards.php:602 (isActive)
/modules/allinone_rewards/allinone_rewards.php:592 (_genericHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1002 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 349 |
SELECT SQL_NO_CACHE * FROM `ab_whatsappchatblock` LEFT JOIN `ab_whatsappchatblock_lang` ON (`ab_whatsappchatblock`.`id_whatsappchatblock` = `ab_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "header" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.120
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:531 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:297 (displayBlock)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 503 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ab_product` p
INNER JOIN ab_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 25157
AND DATEDIFF("2026-04-12 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/giftcard/giftcard.php:1080 (__construct)
/classes/Hook.php:1083 (hookdisplayProductButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 477 |
SELECT SQL_NO_CACHE * FROM `ab_whatsappchatblock` LEFT JOIN `ab_whatsappchatblock_lang` ON (`ab_whatsappchatblock`.`id_whatsappchatblock` = `ab_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayProductAdditionalInfo" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.116
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:531 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:411 (displayBlock)
/classes/Hook.php:1083 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 634 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:44 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856241891_44879546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/0f/24/e4/0f24e4816549e7c50322da42b1de43253a79b8a2_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856238ff0_90817990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f5/d9/19/f5d919ef247a1370b06158f0e49bd59ac430955e_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856233fc5_62172743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:276 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 59 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ab_product` p
INNER JOIN ab_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 25157
AND DATEDIFF("2026-04-12 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/controllers/front/ProductController.php:146 (__construct)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ab_product_attribute pa
INNER JOIN ab_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 = 25157 LIMIT 1 |
0.114
ms
|
3 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 80 |
SELECT SQL_NO_CACHE tr.*
FROM `ab_tax_rule` tr
JOIN `ab_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 353)
AND ('15404' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '15404')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.114
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/tax/Tax.php:186 (getTaxCalculator)
/classes/Product.php:2778 (getProductEcotaxRate)
/override/classes/Link.php:42 (getAttributesResume)
/controllers/front/ProductController.php:99 (getProductLink)
/controllers/front/ProductController.php:158 (canonicalRedirection)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 343 |
SELECT SQL_NO_CACHE `id_configuration`
FROM `ab_configuration`
WHERE name = 'RGPEROPT_IS_TESTING'
AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/Configuration.php:133
/classes/Configuration.php:116 (getIdByNameFromGivenContext)
/modules/rg_performanceoptimizer/rg_performanceoptimizer.php:100 (getIdByName)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 348 |
SELECT SQL_NO_CACHE *
FROM `ab_whatsappchatblock_agent` LEFT JOIN `ab_whatsappchatblock_agent_lang` ON (`ab_whatsappchatblock_agent`.`id_whatsappchatblock_agent` = `ab_whatsappchatblock_agent_lang`.`id_whatsappchatblock_agent` AND `id_lang` = 1) WHERE 1 = 1 AND `active` = 1 ORDER BY position |
0.114
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlockAgent.php:71
/modules/whatsappchat/whatsappchat.php:282 (getWhatsappChatAgents)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE *
FROM `ab_category` a
LEFT JOIN `ab_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ab_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 300) AND (b.`id_shop` = 1) LIMIT 1 |
0.112
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/controllers/front/ProductController.php:303 (__construct)
/controllers/front/ProductController.php:170 (initializeCategory)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 114 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `ab_product_attribute` pa INNER JOIN ab_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` = 25157 |
0.112
ms
|
3 |
|
|
/classes/Product.php:7508
/classes/Product.php:7588 (getProductAttributesIds)
/controllers/front/ProductController.php:1068 (hasCombinations)
/controllers/front/ProductController.php:608 (getIdProductAttributeByGroupOrRequestOrDefault)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 626 |
SELECT SQL_NO_CACHE * FROM `ab_whatsappchatblock` LEFT JOIN `ab_whatsappchatblock_lang` ON (`ab_whatsappchatblock`.`id_whatsappchatblock` = `ab_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "footer" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.112
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:531 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:310 (displayBlock)
/classes/Hook.php:1083 (hookFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856241891_44879546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/0f/24/e4/0f24e4816549e7c50322da42b1de43253a79b8a2_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856238ff0_90817990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f5/d9/19/f5d919ef247a1370b06158f0e49bd59ac430955e_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856233fc5_62172743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:276 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module_shop` WHERE `id_module` = 141 AND `id_shop` = 1 LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/facebookconversiontrackingplus/classes/PixelTools.php:543 (isEnabled)
/modules/facebookconversiontrackingplus/classes/PixelTools.php:586 (getFeedId)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:832 (isFeedV2)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:109 (getFormFields)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:1002 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 383 |
SELECT SQL_NO_CACHE * FROM `ab_whatsappchatblock` LEFT JOIN `ab_whatsappchatblock_lang` ON (`ab_whatsappchatblock`.`id_whatsappchatblock` = `ab_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "badge" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.110
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:531 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:363 (displayBlock)
/classes/Hook.php:1083 (hookDisplayAfterBodyOpeningTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:125 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:52 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 486 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ab_product` p
INNER JOIN ab_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 25157
AND DATEDIFF("2026-04-12 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/magiczoomplus/magiczoomplus.php:1363 (__construct)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (parseTemplateStandard)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2260 (fetch)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:564 (display)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:481 (displayRewardOnProductPage)
/modules/allinone_rewards/allinone_rewards.php:603 (hookDisplayProductAdditionalInfo)
/modules/allinone_rewards/allinone_rewards.php:592 (_genericHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 398 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ab_cart_product`
WHERE `id_cart` = 0 LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/Cart.php:1303
/src/Adapter/Presenter/Cart/CartLazyArray.php:300 (getNbProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getProductsCount)
/var/cache/prod/smarty/compile/v1_lacausa_2/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php:26 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8510f7441_92667969)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2301 (fetch)
/modules/ps_shoppingcart/ps_shoppingcart.php:136 (fetch)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:40 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ab_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 400 |
SELECT SQL_NO_CACHE *
FROM `ab_category` a
LEFT JOIN `ab_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ab_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 180) AND (b.`id_shop` = 1) LIMIT 1 |
0.109
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1707 (getCategoryLink)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1430 (fomartLink)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1371 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 459 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ab_tag t
LEFT JOIN ab_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=25157 |
0.109
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/modules/rg_productextracontent/classes/RgPecTools.php:98 (__construct)
/modules/rg_productextracontent/rg_productextracontent.php:1853 (replaceTagsByFieldsContent)
/modules/rg_productextracontent/rg_productextracontent.php:1891 (renderHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:58 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 536 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ab_product` p LEFT JOIN `ab_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ab_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ab_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` = 25157 AND pa.`id_product` = 25157 AND pa.`id_product_attribute` = 198378 LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 601 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ab_quantity_discount_rule` qdr
INNER JOIN `ab_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ab_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooterProduct')
INNER JOIN `ab_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.109
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:824 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:670 (getMessage)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ab_shop s
LEFT JOIN ab_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.108
ms
|
1 |
|
|
/classes/shop/Shop.php:218
/classes/shop/Shop.php:148 (setUrl)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 18 |
SELECT SQL_NO_CACHE name, alias FROM `ab_hook_alias` |
0.108
ms
|
87 |
|
|
/classes/Hook.php:342
/classes/Hook.php:157 (getCanonicalHookNames)
/classes/Hook.php:366 (normalizeHookName)
/classes/Hook.php:389 (getAllKnownNames)
/classes/Hook.php:980 (isHookCallableOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 496 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ab_product` p
INNER JOIN ab_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 25157
AND DATEDIFF("2026-04-12 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/magiczoomplus/magiczoomplus.php:1363 (__construct)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (parseTemplateStandard)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2260 (fetch)
/modules/aplazame/aplazame.php:1320 (display)
/modules/aplazame/aplazame.php:1125 (getWidget)
/classes/Hook.php:1083 (hookDisplayProductButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ab_category_product` cp
INNER JOIN `ab_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 25157 AND ctg.`id_group` = 1 LIMIT 1 |
0.107
ms
|
5 |
|
|
/classes/Product.php:6751
/classes/Product.php:6728 (checkAccessStatic)
/controllers/front/ProductController.php:265 (checkAccess)
/controllers/front/ProductController.php:167 (checkPermissionsToViewProduct)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 374 |
SELECT SQL_NO_CACHE count(distinct(o.`id_order`))
FROM `ab_orders` o
LEFT JOIN ab_order_cart_rule od ON o.id_order = od.id_order
INNER JOIN ab_quantity_discount_rule_order qdro ON od.id_cart_rule = qdro.id_cart_rule
WHERE qdro.id_quantity_discount_rule = 487
AND 8 != o.current_state LIMIT 1 |
0.107
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4168
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:372 (isQuantityDiscountRuleValid)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:153 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/ba/f8/41/baf8411091742fd8676f7047d47a49b427829f9a_2.file.javascript.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f2b2d5_30282908)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/75/69/68/75696845f08a6f0499cfaa40735e6f98c2da93c2_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f28196_55429650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:300 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ef9578_54612186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:111 (_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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 389 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:26 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 582 |
SELECT SQL_NO_CACHE id_abspromofqb, discounttype FROM `ab_abspromofqb` WHERE id_product=25157 && (series like "25157,%" || series like "%,25157,%" || series like "%,25157") && (series like "9187,%" || series like "%,9187,%" || series like "%,9187") && (series like "22797,%" || series like "%,22797,%" || series like "%,22797") LIMIT 1 |
0.106
ms
|
1 |
|
|
/modules/absfrequentlyboughttogether/class/AbsPromoFqb.php:401
/modules/absfrequentlyboughttogether/class/AbsPromoFqb.php:962 (getIdAbsPromoFqb)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1853 (checkAppyPromo)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 379 |
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ab_quantity_discount_rule` qdr
LEFT JOIN `ab_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 3 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.105
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:258
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:366 (getQuantityDiscountRulesByFamily)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:153 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/ba/f8/41/baf8411091742fd8676f7047d47a49b427829f9a_2.file.javascript.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f2b2d5_30282908)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/75/69/68/75696845f08a6f0499cfaa40735e6f98c2da93c2_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f28196_55429650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:300 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ef9578_54612186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:111 (_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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 430 |
SELECT SQL_NO_CACHE * FROM ab_url_video WHERE id_product='25157' AND id_lang='1' AND id_store='1' |
0.105
ms
|
1 |
|
|
/modules/tvcmsvideotab/tvcmsvideotab.php:297
/classes/Hook.php:1083 (hookdisplayProductTabVideo)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:36 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 493 |
SELECT SQL_NO_CACHE name, width, height FROM `ab_image_type` WHERE name in ('large_default', 'small_default') |
0.105
ms
|
2 |
|
|
/modules/magiczoomplus/magiczoomplus.php:2152
/modules/magiczoomplus/magiczoomplus.php:1542 (setImageSizes)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (parseTemplateStandard)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2260 (fetch)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:564 (display)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:481 (displayRewardOnProductPage)
/modules/allinone_rewards/allinone_rewards.php:603 (hookDisplayProductAdditionalInfo)
/modules/allinone_rewards/allinone_rewards.php:592 (_genericHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ab_image` i
INNER JOIN ab_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 25157
AND image_shop.`cover` = 1 LIMIT 1 |
0.104
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/controllers/front/ProductController.php:1217 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 378 |
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ab_quantity_discount_rule` qdr
LEFT JOIN `ab_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 2 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.104
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:258
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:366 (getQuantityDiscountRulesByFamily)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:153 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/ba/f8/41/baf8411091742fd8676f7047d47a49b427829f9a_2.file.javascript.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f2b2d5_30282908)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/75/69/68/75696845f08a6f0499cfaa40735e6f98c2da93c2_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f28196_55429650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:300 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ef9578_54612186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:111 (_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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE tr.*
FROM `ab_tax_rule` tr
JOIN `ab_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 2
AND tr.`id_state` IN (0, 353)
AND ('15404' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '15404')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.103
ms
|
2 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/modules/motive/src/Builder/Price/BasePriceBuilder.php:212 (getTaxCalculator)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:265 (getPriceTransformRates)
/modules/motive/motive.php:225 (getVariables)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1002 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ab_pack` WHERE id_product_pack = 25157 LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/Pack.php:89
/controllers/front/ProductController.php:315 (isPack)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 480 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7879 (outOfStock)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:507 (loadStockData)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:481 (displayRewardOnProductPage)
/modules/allinone_rewards/allinone_rewards.php:603 (hookDisplayProductAdditionalInfo)
/modules/allinone_rewards/allinone_rewards.php:592 (_genericHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 649 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ab_tag t
LEFT JOIN ab_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=25157 |
0.103
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/modules/magiczoomplus/magiczoomplus.php:1363 (__construct)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (parseTemplateStandard)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 222 |
SELECT SQL_NO_CACHE *
FROM `ab_mdgift_rule_condition`
WHERE (id_mdgift_rule = 4)
ORDER BY id_mdgift_rule_condition ASC |
0.102
ms
|
1 |
|
|
/modules/mdgiftproduct/classes/models/MdGiftRule.php:115
/modules/mdgiftproduct/classes/models/MdGiftRule.php:1377 (getConditions)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:365 (validateGiftRuleConditions)
/modules/mdgiftproduct/mdgiftproduct.php:198 (getValidGiftRules)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 639 |
SELECT SQL_NO_CACHE `id_page`
FROM `ab_page`
WHERE `id_page_type` = 2 AND `id_object` = 25157 LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/Page.php:83
/classes/Connection.php:180 (getCurrentId)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:305 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4 |
SELECT SQL_NO_CACHE *
FROM `ab_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.101
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)
|
| 168 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ab_product` p LEFT JOIN `ab_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ab_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ab_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` = 25157 AND pa.`id_product` = 25157 AND pa.`id_product_attribute` = 221367 LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/controllers/front/ProductController.php:1217 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 64 |
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 `ab_product` p
INNER JOIN `ab_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ab_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` = 25157) |
0.100
ms
|
3 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 565 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ab_product_shop`
WHERE `id_product` = 9187 AND id_shop=1 LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 79 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 198378) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/override/classes/Link.php:42 (getAttributesResume)
/controllers/front/ProductController.php:99 (getProductLink)
/controllers/front/ProductController.php:158 (canonicalRedirection)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 107 |
SELECT SQL_NO_CACHE cc.name
FROM ab_cookiesplus_cookie cc LEFT JOIN ab_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 4
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
0.099
ms
|
42 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:118
/modules/cookiesplus/cookiesplus.php:1432 (getCookiesPlusCookies)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1002 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 363 |
SELECT SQL_NO_CACHE cr.`reduction_percent` FROM `ab_cart_cart_rule` ccr
LEFT JOIN ab_cart_rule cr ON cr.`id_cart_rule` = ccr.`id_cart_rule`
WHERE ccr.`id_cart` = 0 AND cr.`reduction_percent` > 0 AND cr.`reduction_product` = 0 |
0.099
ms
|
1 |
|
|
/override/classes/Cart.php:299
/override/classes/Cart.php:262 (getReductionPercent)
/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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/ba/f8/41/baf8411091742fd8676f7047d47a49b427829f9a_2.file.javascript.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f2b2d5_30282908)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/75/69/68/75696845f08a6f0499cfaa40735e6f98c2da93c2_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f28196_55429650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:300 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ef9578_54612186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:111 (_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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE *
FROM `ab_product` a
LEFT JOIN `ab_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ab_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 37399) AND (b.`id_shop` = 1) LIMIT 1 |
0.098
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:881 (__construct)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:1387 (processConditionProductsCart)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:365 (validateGiftRuleConditions)
/modules/mdgiftproduct/mdgiftproduct.php:198 (getValidGiftRules)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 377 |
SELECT SQL_NO_CACHE *
FROM `ab_quantity_discount_rule_condition` a
WHERE (a.`id_quantity_discount_rule_condition` = 2946) LIMIT 1 |
0.098
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRuleCondition.php:206 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4279 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:380 (validateQuantityDiscountRuleConditions)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:153 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/ba/f8/41/baf8411091742fd8676f7047d47a49b427829f9a_2.file.javascript.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f2b2d5_30282908)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/75/69/68/75696845f08a6f0499cfaa40735e6f98c2da93c2_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f28196_55429650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:300 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ef9578_54612186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:111 (_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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 487 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ab_tag t
LEFT JOIN ab_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=25157 |
0.098
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/modules/magiczoomplus/magiczoomplus.php:1363 (__construct)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (parseTemplateStandard)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2260 (fetch)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:564 (display)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:481 (displayRewardOnProductPage)
/modules/allinone_rewards/allinone_rewards.php:603 (hookDisplayProductAdditionalInfo)
/modules/allinone_rewards/allinone_rewards.php:592 (_genericHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE *
FROM `ab_category` c
LEFT JOIN `ab_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 16 AND c.nright >= 17)
ORDER BY c.nleft |
0.097
ms
|
10 |
|
|
/classes/Product.php:7865
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:52 (getProductLink)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:882 (getProductLink)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:1387 (processConditionProductsCart)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:365 (validateGiftRuleConditions)
/modules/mdgiftproduct/mdgiftproduct.php:198 (getValidGiftRules)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 514 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 221367) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/rg_autovisibility/classes/RgAuViActions.php:90 (getQuantityAvailableByProduct)
/override/classes/Product.php:31 (hideCombinationColors)
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/85/d5/76/85d576dd9208762df01573ca26268343ab2e7956_2.file.product-details.tpl.php:209 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/85/d5/76/85d576dd9208762df01573ca26268343ab2e7956_2.file.product-details.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856171195_01511929)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:318 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 564 |
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 `ab_product` p
INNER JOIN `ab_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ab_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` = 9187) |
0.096
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 41 |
SELECT SQL_NO_CACHE *
FROM `ab_currency` a
LEFT JOIN `ab_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.095
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:696 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/ProductController.php:124 (init)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 142 |
SELECT SQL_NO_CACHE COUNT(*)FROM `ab_lgcomments_productcomments` p WHERE p.id_product = 25157 AND p.active = 1 AND id_lang = 1 LIMIT 1 |
0.095
ms
|
1 |
|
|
/modules/lgcomments/classes/LGProductComment.php:169
/modules/lgcomments/lgcomments.php:1018 (getNumberOfReviews)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 602 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ab_quantity_discount_rule` qdr
INNER JOIN `ab_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ab_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooterProduct')
INNER JOIN `ab_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.095
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:824 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:670 (getMessage)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 34 |
SELECT SQL_NO_CACHE * FROM ab_rec_whitelist WHERE ip_address = "187.188.253.152, 187.188.253.152" |
0.094
ms
|
1 |
|
|
/modules/recaptchapro/recaptchapro.php:1286
/modules/recaptchapro/recaptchapro.php:1178 (checkIfWhitelisted)
/classes/Hook.php:1083 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:28 (dispatch)
|
| 15 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ab_hook_alias` |
0.094
ms
|
87 |
|
|
/classes/Hook.php:290
/classes/Hook.php:321 (getAllHookAliases)
/classes/Hook.php:749 (getHookAliasesFor)
/classes/Hook.php:848 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 524 |
SELECT SQL_NO_CACHE id_absfreqbought FROM `ab_absfreqbought` WHERE id_product=25157 |
0.094
ms
|
1 |
|
|
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:948
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1713 (getIdAbsFreqBought)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ab_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:303 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:27 (require)
|
| 218 |
SELECT SQL_NO_CACHE *
FROM `ab_mdgift_rule` mgr
WHERE mgr.`active` = 1
AND mgr.`id_shop` = 1
ORDER BY mgr.`id_mdgift_rule` ASC |
0.093
ms
|
1 |
|
|
/modules/mdgiftproduct/classes/models/MdGiftRule.php:414
/modules/mdgiftproduct/classes/models/MdGiftRule.php:358 (getGifRules)
/modules/mdgiftproduct/mdgiftproduct.php:198 (getValidGiftRules)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 370 |
SELECT SQL_NO_CACHE qdrf.*
FROM `ab_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.093
ms
|
6 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:365 (getQuantityDiscountRuleFamilies)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:153 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/ba/f8/41/baf8411091742fd8676f7047d47a49b427829f9a_2.file.javascript.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f2b2d5_30282908)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/75/69/68/75696845f08a6f0499cfaa40735e6f98c2da93c2_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f28196_55429650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:300 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ef9578_54612186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:111 (_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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 638 |
SELECT SQL_NO_CACHE id_page_type
FROM ab_page_type
WHERE name = 'product' LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/Page.php:104
/classes/Page.php:55 (getPageTypeByName)
/classes/Connection.php:180 (getCurrentId)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:305 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 546 |
SELECT SQL_NO_CACHE 1 FROM `ab_specific_price` WHERE id_product = 22797 LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ab_tag t
LEFT JOIN ab_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=25157 |
0.091
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/controllers/front/ProductController.php:146 (__construct)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 184 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.091
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/controller/FrontController.php:1659 (isEnabled)
/classes/controller/FrontController.php:1803 (getDisplayTaxesLabel)
/override/classes/controller/FrontController.php:21 (getTemplateVarPage)
/controllers/front/ProductController.php:1466 (getTemplateVarPage)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 603 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ab_quantity_discount_rule` qdr
INNER JOIN `ab_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ab_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooterProduct')
INNER JOIN `ab_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 4
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.090
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:824 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:670 (getMessage)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 533 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ab_product_attribute` pa
INNER JOIN ab_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` = 198378 LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 650 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7879 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/magiczoomplus/magiczoomplus.php:1363 (__construct)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (parseTemplateStandard)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 86 |
SELECT SQL_NO_CACHE id_shop
FROM `ab_product_shop`
WHERE `id_product` = 25157
AND id_shop = 1 LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/ObjectModel.php:1732
/controllers/front/ProductController.php:192 (isAssociatedToShop)
/controllers/front/ProductController.php:167 (checkPermissionsToViewProduct)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ab_country`
WHERE `id_country` = 6 LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1763 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 494 |
SELECT SQL_NO_CACHE * FROM `ab_rewards_template_config` WHERE `value`=1 AND `name`='RSPONSORSHIP_ACTIVE' LIMIT 1 |
0.089
ms
|
1 |
|
|
/modules/allinone_rewards/models/RewardsTemplateModel.php:135
/modules/allinone_rewards/models/RewardsTemplateModel.php:378 (isActiveAtLeastOnce)
/modules/allinone_rewards/plugins/RewardsSponsorshipPlugin.php:243 (isActiveAtLeastOnce)
/modules/allinone_rewards/allinone_rewards.php:602 (isActive)
/modules/allinone_rewards/allinone_rewards.php:592 (_genericHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 92 |
SELECT SQL_NO_CACHE *
FROM `ab_tax_lang`
WHERE `id_tax` = 3 |
0.088
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/modules/motive/src/Builder/Price/BasePriceBuilder.php:212 (getTaxCalculator)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:265 (getPriceTransformRates)
/modules/motive/motive.php:225 (getVariables)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1002 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 419 |
SELECT SQL_NO_CACHE *
FROM `ab_category` a
LEFT JOIN `ab_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ab_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 676) AND (b.`id_shop` = 1) LIMIT 1 |
0.088
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1707 (getCategoryLink)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1430 (fomartLink)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1371 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 441 |
SELECT SQL_NO_CACHE SUM(stars) FROM `ab_lgcomments_productcomments` p WHERE p.id_product = 25157 AND p.active = 1 AND id_lang = 1 LIMIT 1 |
0.088
ms
|
1 |
|
|
/modules/lgcomments/classes/LGProductComment.php:215
/modules/lgcomments/classes/LGProductComment.php:529 (getSumOfReviews)
/modules/lgcomments/classes/LGProductComment.php:589 (getExtraRightDetails)
/modules/lgcomments/lgcomments.php:961 (render)
/modules/lgcomments/lgcomments.php:986 (hookCustomStarsPosition)
/classes/Hook.php:1083 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/3e/76/9f/3e769f79f74d4ff4f6b0e15306946fba55629a7e_2.file.product-prices.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85609feb3_19343965)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE 1 FROM `ab_rgmoapp_cart` WHERE `id_cart` = 0 LIMIT 1 |
0.087
ms
|
0 |
|
|
/modules/rg_psmobileapp/rg_psmobileapp.php:432
/classes/Hook.php:1083 (hookActionFrontControllerInitAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:521 (exec)
/controllers/front/ProductController.php:124 (init)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 464 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "ps_sharebuttons" LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 537 |
SELECT SQL_NO_CACHE *
FROM `ab_product_attribute` a
LEFT JOIN `ab_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 198378) LIMIT 1 |
0.087
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 545 |
SELECT SQL_NO_CACHE `name`
FROM `ab_manufacturer`
WHERE `id_manufacturer` = 567
AND `active` = 1 LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:5680 (getNameById)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 623 |
SELECT SQL_NO_CACHE * FROM `ab_rewards_template_config` WHERE `value`=1 AND `name`='RSPONSORSHIP_ACTIVE' LIMIT 1 |
0.087
ms
|
1 |
|
|
/modules/allinone_rewards/models/RewardsTemplateModel.php:135
/modules/allinone_rewards/models/RewardsTemplateModel.php:378 (isActiveAtLeastOnce)
/modules/allinone_rewards/plugins/RewardsSponsorshipPlugin.php:243 (isActiveAtLeastOnce)
/modules/allinone_rewards/allinone_rewards.php:602 (isActive)
/modules/allinone_rewards/allinone_rewards.php:592 (_genericHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856241891_44879546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/0f/24/e4/0f24e4816549e7c50322da42b1de43253a79b8a2_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856238ff0_90817990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f5/d9/19/f5d919ef247a1370b06158f0e49bd59ac430955e_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856233fc5_62172743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:276 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE tr.*
FROM `ab_tax_rule` tr
JOIN `ab_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 6
AND tr.`id_state` IN (0, 353)
AND ('15404' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '15404')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.086
ms
|
2 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/modules/motive/src/Builder/Price/BasePriceBuilder.php:212 (getTaxCalculator)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:265 (getPriceTransformRates)
/modules/motive/motive.php:225 (getVariables)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1002 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 181 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.086
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/override/classes/Product.php:13 (outOfStock)
/controllers/front/ProductController.php:648 (getAttributesGroups)
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 599 |
SELECT SQL_NO_CACHE qdrf.*
FROM `ab_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.086
ms
|
6 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/quantitydiscountpro.php:823 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:670 (getMessage)
/classes/Hook.php:1083 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 236 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "pm_advancedpack" LIMIT 1 |
0.086
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/gmerchantcenterpro/lib/moduleTools.php:544 (isInstalled)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:82 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 410 |
SELECT SQL_NO_CACHE *
FROM `ab_category` a
LEFT JOIN `ab_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ab_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 288) AND (b.`id_shop` = 1) LIMIT 1 |
0.086
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1707 (getCategoryLink)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1430 (fomartLink)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1371 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 375 |
SELECT SQL_NO_CACHE * FROM `ab_quantity_discount_rule_group` t
WHERE `id_quantity_discount_rule` = 487
ORDER BY `id_quantity_discount_rule_group` ASC |
0.085
ms
|
493 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:154
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4254 (getGroups)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:380 (validateQuantityDiscountRuleConditions)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:153 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/ba/f8/41/baf8411091742fd8676f7047d47a49b427829f9a_2.file.javascript.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f2b2d5_30282908)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/75/69/68/75696845f08a6f0499cfaa40735e6f98c2da93c2_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f28196_55429650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:300 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ef9578_54612186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:111 (_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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE cc.name
FROM ab_cookiesplus_cookie cc LEFT JOIN ab_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 3
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
0.085
ms
|
16 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:118
/modules/cookiesplus/cookiesplus.php:1432 (getCookiesPlusCookies)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1002 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `ab_product_attribute` pa INNER JOIN ab_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` = 25157 |
0.085
ms
|
3 |
|
|
/classes/Product.php:7508
/classes/Product.php:7588 (getProductAttributesIds)
/controllers/front/ProductController.php:1068 (hasCombinations)
/controllers/front/ProductController.php:1209 (getIdProductAttributeByGroupOrRequestOrDefault)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 538 |
SELECT SQL_NO_CACHE *
FROM `ab_product_attribute_lang`
WHERE `id_product_attribute` = 198378 |
0.085
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE * FROM `ab_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.084
ms
|
1 |
|
|
/classes/module/Module.php:2046
/classes/Hook.php:935 (getExceptionsStatic)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
| 185 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.084
ms
|
0 |
|
|
/classes/module/Module.php:2137
/classes/controller/FrontController.php:1659 (isEnabled)
/classes/controller/FrontController.php:1803 (getDisplayTaxesLabel)
/override/classes/controller/FrontController.php:21 (getTemplateVarPage)
/controllers/front/ProductController.php:1466 (getTemplateVarPage)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE *
FROM `ab_product_lang`
WHERE `id_product` = 25157 AND `id_shop` = 1 |
0.084
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:4362 (__construct)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 352 |
SELECT SQL_NO_CACHE `value` FROM ab_ce_meta WHERE `id` = 1010000 AND `name` = "_elementor_page_settings" LIMIT 1 |
0.083
ms
|
4 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:280
/modules/creativeelements/core/base/document.php:993 (CE\get_post_meta)
/modules/creativeelements/core/kits/documents/kit.php:25 (__construct)
/modules/creativeelements/core/documents-manager.php:208 (__construct)
/modules/creativeelements/core/kits/manager.php:51 (get)
/modules/creativeelements/core/kits/manager.php:137 (getActiveKit)
/modules/creativeelements/core/kits/manager.php:110 (getKitForFrontend)
/modules/creativeelements/creativeelements.php:463 (frontendBeforeEnqueueStyles)
/classes/Hook.php:1083 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1422 (exec)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 8 |
SELECT SQL_NO_CACHE *
FROM `ab_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.083
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)
|
| 97 |
SELECT SQL_NO_CACHE tr.*
FROM `ab_tax_rule` tr
JOIN `ab_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 3
AND tr.`id_state` IN (0, 353)
AND ('15404' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '15404')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.083
ms
|
2 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/modules/motive/src/Builder/Price/BasePriceBuilder.php:212 (getTaxCalculator)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:265 (getPriceTransformRates)
/modules/motive/motive.php:225 (getVariables)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1002 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 214 |
SELECT SQL_NO_CACHE `id_image`
FROM `ab_image` WHERE cover = 1
AND id_product = 25157 LIMIT 1 |
0.083
ms
|
1 |
|
|
/modules/giftcard/models/Gift.php:356
/modules/giftcard/giftcard.php:901 (getId_image)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 380 |
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ab_quantity_discount_rule` qdr
LEFT JOIN `ab_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 4 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.083
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:258
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:366 (getQuantityDiscountRulesByFamily)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:153 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/ba/f8/41/baf8411091742fd8676f7047d47a49b427829f9a_2.file.javascript.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f2b2d5_30282908)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/75/69/68/75696845f08a6f0499cfaa40735e6f98c2da93c2_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f28196_55429650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:300 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ef9578_54612186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:111 (_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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 504 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ab_tag t
LEFT JOIN ab_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=25157 |
0.083
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/modules/giftcard/giftcard.php:1080 (__construct)
/classes/Hook.php:1083 (hookdisplayProductButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 401 |
SELECT SQL_NO_CACHE mr.*
FROM ab_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 3 AND mr.`active` = 1 |
0.082
ms
|
1 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1209
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1335 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1437 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1371 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 448 |
SELECT SQL_NO_CACHE `upc`
FROM `ab_product` WHERE `id_product` = 25157 LIMIT 1 |
0.082
ms
|
1 |
|
|
/modules/rg_productextracontent/classes/RgPecContent.php:192
/modules/rg_productextracontent/classes/RgPecContent.php:98 (evaluateCondition)
/modules/rg_productextracontent/rg_productextracontent.php:1833 (getAllByProduct)
/modules/rg_productextracontent/rg_productextracontent.php:1891 (renderHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:58 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 608 |
SELECT SQL_NO_CACHE SUM(stars) FROM `ab_lgcomments_productcomments` p WHERE p.id_product = 25157 AND p.active = 1 AND id_lang = 1 LIMIT 1 |
0.082
ms
|
1 |
|
|
/modules/lgcomments/classes/LGProductComment.php:215
/modules/lgcomments/classes/LGProductComment.php:529 (getSumOfReviews)
/modules/lgcomments/classes/LGProductComment.php:589 (getExtraRightDetails)
/modules/lgcomments/lgcomments.php:961 (render)
/modules/lgcomments/lgcomments.php:986 (hookCustomStarsPosition)
/classes/Hook.php:1083 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/3e/76/9f/3e769f79f74d4ff4f6b0e15306946fba55629a7e_2.file.product-prices.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85609feb3_19343965)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:223 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:247 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE *
FROM `ab_category` a
LEFT JOIN `ab_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1159) LIMIT 1 |
0.081
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/override/controllers/front/ProductController.php:80 (__construct)
/controllers/front/ProductController.php:1219 (addProductCustomizationData)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 234 |
SELECT SQL_NO_CACHE no_index FROM ab_rg_noindex_product WHERE id_product = 25157 LIMIT 1 |
0.080
ms
|
1 |
|
|
/modules/rg_alibebenoindex/rg_alibebenoindex.php:88
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 497 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ab_tag t
LEFT JOIN ab_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=25157 |
0.080
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/modules/magiczoomplus/magiczoomplus.php:1363 (__construct)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (parseTemplateStandard)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2260 (fetch)
/modules/aplazame/aplazame.php:1320 (display)
/modules/aplazame/aplazame.php:1125 (getWidget)
/classes/Hook.php:1083 (hookDisplayProductButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 385 |
SELECT SQL_NO_CACHE * FROM `ab_whatsappchatblock` LEFT JOIN `ab_whatsappchatblock_lang` ON (`ab_whatsappchatblock`.`id_whatsappchatblock` = `ab_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "floating" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.080
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:531 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:365 (displayBlock)
/classes/Hook.php:1083 (hookDisplayAfterBodyOpeningTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:125 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:52 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 609 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ab_country`
WHERE `id_country` = 6 LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress)
/modules/ps_contactinfo/ps_contactinfo.php:83 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:59 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856241891_44879546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/0f/24/e4/0f24e4816549e7c50322da42b1de43253a79b8a2_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856238ff0_90817990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f5/d9/19/f5d919ef247a1370b06158f0e49bd59ac430955e_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856233fc5_62172743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:276 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 510 |
SELECT SQL_NO_CACHE `iso_code`
FROM `ab_country`
WHERE `id_country` = 6 LIMIT 1 |
0.079
ms
|
1 |
|
|
/classes/Country.php:275
/modules/paypal/classes/InstallmentBanner/BannerManager.php:104 (getIsoById)
/modules/paypal/classes/InstallmentBanner/BannerManager.php:90 (isEligibleCountry)
/modules/paypal/classes/InstallmentBanner/BannerManager.php:120 (isEligibleConf)
/modules/paypal/paypal.php:1311 (isBannerAvailable)
/classes/Hook.php:1083 (hookDisplayReassurance)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:292 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE *
FROM `ab_lang` a
LEFT JOIN `ab_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.079
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)
|
| 123 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ab_pack` where id_product_pack = 25157 |
0.079
ms
|
1 |
|
|
/classes/Pack.php:187
/classes/Pack.php:136 (getItems)
/classes/Product.php:6718 (noPackPrice)
/controllers/front/ProductController.php:400 (getNoPackPrice)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 420 |
SELECT SQL_NO_CACHE mr.*
FROM ab_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 11 AND mr.`active` = 1 |
0.079
ms
|
1 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1209
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1335 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1437 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1371 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 421 |
SELECT SQL_NO_CACHE *
FROM `ab_category` a
LEFT JOIN `ab_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ab_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 86) AND (b.`id_shop` = 1) LIMIT 1 |
0.078
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1707 (getCategoryLink)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1430 (fomartLink)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1371 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 161 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/override/classes/Product.php:13 (outOfStock)
/controllers/front/ProductController.php:1312 (getAttributesGroups)
/controllers/front/ProductController.php:1284 (findProductCombinationById)
/controllers/front/ProductController.php:1215 (getProductEcotax)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ab_product_attribute` pa
INNER JOIN ab_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` = 221367 LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/controllers/front/ProductController.php:1217 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 310 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 402 |
SELECT SQL_NO_CACHE *
FROM `ab_category` a
LEFT JOIN `ab_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ab_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 184) AND (b.`id_shop` = 1) LIMIT 1 |
0.078
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1707 (getCategoryLink)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1430 (fomartLink)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1371 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 460 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7879 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/rg_productextracontent/classes/RgPecTools.php:98 (__construct)
/modules/rg_productextracontent/rg_productextracontent.php:1853 (replaceTagsByFieldsContent)
/modules/rg_productextracontent/rg_productextracontent.php:1891 (renderHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:58 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 57 |
SELECT SQL_NO_CACHE *
FROM `ab_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.077
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:6910 (getTaxCalculator)
/classes/Product.php:741 (getTaxesRate)
/controllers/front/ProductController.php:146 (__construct)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 69 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.077
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7878 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/controllers/front/ProductController.php:146 (__construct)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE COUNT(p.`id_popup`)
FROM `ab_rg_smartpopup_popup` p
INNER JOIN `ab_rg_smartpopup_popup_shop` `ps` ON ps.`id_popup` = p.`id_popup` AND ps.`id_shop` = 1
WHERE (p.`active` = 1) LIMIT 1 |
0.077
ms
|
1 |
|
|
/modules/rg_smartpopup/classes/RgSpPopup.php:405
/modules/rg_smartpopup/rg_smartpopup.php:2305 (countActivePopups)
/modules/rg_smartpopup/rg_smartpopup.php:2231 (getPopupsForDisplay)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1002 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 117 |
SELECT SQL_NO_CACHE 1 FROM `ab_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1 |
0.077
ms
|
6767 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:368 (filterOutField)
/classes/SpecificPrice.php:645 (computeExtraConditions)
/controllers/front/ProductController.php:611 (getQuantityDiscounts)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 384 |
SELECT SQL_NO_CACHE * FROM `ab_whatsappchatblock` LEFT JOIN `ab_whatsappchatblock_lang` ON (`ab_whatsappchatblock`.`id_whatsappchatblock` = `ab_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "topWidth" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.077
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:531 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:364 (displayBlock)
/classes/Hook.php:1083 (hookDisplayAfterBodyOpeningTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:125 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:52 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ab_product_attribute`
WHERE `id_product` = 25157 |
0.076
ms
|
3 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/controllers/front/ProductController.php:1249 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 581 |
SELECT SQL_NO_CACHE pas.`id_product_attribute`, pai.`id_image`, il.`legend` FROM `ab_product_attribute_shop` pas INNER JOIN `ab_product_attribute_image` pai ON pas.`id_product_attribute` = pai.`id_product_attribute` INNER JOIN `ab_image_lang` il ON il.`id_image` = pai.`id_image` WHERE pas.`id_product`=9187 AND pas.`id_shop`=1 AND il.`id_lang` = 1 |
0.076
ms
|
3 |
|
|
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:91
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:341 (getImagesByProduct)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 347 |
SELECT SQL_NO_CACHE * FROM ab_rec_whitelist WHERE ip_address = "187.188.253.152, 187.188.253.152" |
0.076
ms
|
1 |
|
|
/modules/recaptchapro/recaptchapro.php:1286
/modules/recaptchapro/recaptchapro.php:871 (checkIfWhitelisted)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:428 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 644 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ab_category` c
LEFT JOIN `ab_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 300 LIMIT 1 |
0.076
ms
|
1 |
|
|
/classes/Category.php:1613
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:63 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:108 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:216 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:72 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:305 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 573 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ab_product` p LEFT JOIN `ab_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ab_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ab_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` = 9187 AND pa.`id_product` = 9187 AND pa.`id_product_attribute` = 235904 LIMIT 1 |
0.075
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 426 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "ps_contactinfo" LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:44 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 182 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ab_product_attribute`
WHERE `id_product` = 25157 |
0.074
ms
|
3 |
|
|
/classes/Product.php:2902
/controllers/front/ProductController.php:650 (getCombinationImages)
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 242 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "mdgiftproduct" LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/override/classes/Cart.php:100 (isEnabled)
/src/Adapter/Presenter/Cart/CartLazyArray.php:170 (getProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getProducts)
/src/Core/Filter/HashMapWhitelistFilter.php:171 (offsetGet)
/src/Core/Filter/FrontEndObject/MainFilter.php:64 (filter)
/classes/controller/FrontController.php:611 (filter)
/classes/controller/FrontController.php:594 (buildFrontEndObject)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 311 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ab_currency` c
WHERE (deleted = 0) AND (iso_code = 'USD') LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenterpro/lib/moduleTools.php:214 (getIdByIsoCode)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ab_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 300 LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/Category.php:1406
/classes/Product.php:758 (getLinkRewrite)
/controllers/front/ProductController.php:146 (__construct)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 74 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `ab_product_attribute` pa INNER JOIN ab_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` = 25157 |
0.073
ms
|
3 |
|
|
/classes/Product.php:7508
/classes/Product.php:7588 (getProductAttributesIds)
/controllers/front/ProductController.php:85 (hasCombinations)
/controllers/front/ProductController.php:158 (canonicalRedirection)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 239 |
SELECT SQL_NO_CACHE id_feed
FROM `ab_gmcp_feeds` ff
WHERE (ff.id_shop=1) LIMIT 1 |
0.073
ms
|
370 |
|
|
/modules/gmerchantcenterpro/models/Feeds.php:53
/modules/gmerchantcenterpro/lib/moduleTools.php:194 (hasSavedData)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 612 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:61 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856241891_44879546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/0f/24/e4/0f24e4816549e7c50322da42b1de43253a79b8a2_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856238ff0_90817990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f5/d9/19/f5d919ef247a1370b06158f0e49bd59ac430955e_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856233fc5_62172743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:276 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 61 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ab_product_attribute pa
INNER JOIN ab_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 25157 LIMIT 1 |
0.072
ms
|
3 |
|
|
/classes/Product.php:1121
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE *
FROM `ab_product_attribute` a
LEFT JOIN `ab_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 221367) LIMIT 1 |
0.072
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/controllers/front/ProductController.php:1541 (__construct)
/controllers/front/ProductController.php:85 (isValidCombination)
/controllers/front/ProductController.php:158 (canonicalRedirection)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 390 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:26 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 412 |
SELECT SQL_NO_CACHE *
FROM `ab_category` a
LEFT JOIN `ab_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ab_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 313) AND (b.`id_shop` = 1) LIMIT 1 |
0.072
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1707 (getCategoryLink)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1430 (fomartLink)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1371 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 447 |
SELECT SQL_NO_CACHE `id_category_default`
FROM `ab_product_shop` WHERE `id_product` = 25157
AND `id_shop` = 1 LIMIT 1 |
0.072
ms
|
1 |
|
|
/modules/rg_productextracontent/classes/RgPecContent.php:187
/modules/rg_productextracontent/classes/RgPecContent.php:106 (evaluateCondition)
/modules/rg_productextracontent/rg_productextracontent.php:1833 (getAllByProduct)
/modules/rg_productextracontent/rg_productextracontent.php:1891 (renderHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:58 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 531 |
SELECT SQL_NO_CACHE name FROM ab_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 300 LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 40 |
SELECT SQL_NO_CACHE `id_lang` FROM `ab_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
0.071
ms
|
2 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE * FROM ab_url_video WHERE id_product='25157' AND id_lang='1' AND id_store='1' |
0.071
ms
|
1 |
|
|
/modules/tvcmsvideotab/tvcmsvideotab.php:365
/classes/Hook.php:1083 (hookdisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 593 |
SELECT SQL_NO_CACHE * FROM `ab_rewards_template_config` WHERE `value`=1 AND `name`='RSPONSORSHIP_ACTIVE' LIMIT 1 |
0.071
ms
|
1 |
|
|
/modules/allinone_rewards/models/RewardsTemplateModel.php:135
/modules/allinone_rewards/models/RewardsTemplateModel.php:378 (isActiveAtLeastOnce)
/modules/allinone_rewards/plugins/RewardsSponsorshipPlugin.php:243 (isActiveAtLeastOnce)
/modules/allinone_rewards/allinone_rewards.php:602 (isActive)
/modules/allinone_rewards/allinone_rewards.php:592 (_genericHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2/ac/c7/70/acc77007e8b233b69fe0294cf3096dd3ab91dfff_2.file.freqboughttogether_17.tpl.php:378 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8561c4d48_12761543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2260 (fetch)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:884 (display)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 508 |
SELECT SQL_NO_CACHE card_value, value_type
FROM `ab_gift_card`
Where id_product = 25157
ORDER BY id_product LIMIT 1 |
0.071
ms
|
4 |
|
|
/modules/giftcard/models/Gift.php:619
/modules/giftcard/giftcard.php:1088 (getCardValue)
/classes/Hook.php:1083 (hookdisplayProductButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 178 |
SELECT SQL_NO_CACHE * FROM `ab_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.070
ms
|
15 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:221 (getImagesTypes)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/controllers/front/ProductController.php:1249 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 396 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:40 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 563 |
SELECT SQL_NO_CACHE 1 FROM `ab_specific_price` WHERE id_product = 9187 LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 230 |
SELECT SQL_NO_CACHE *
FROM `ab_category` c
LEFT JOIN `ab_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 16 AND c.nright >= 17)
ORDER BY c.nleft |
0.069
ms
|
10 |
|
|
/classes/Product.php:7865
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:52 (getProductLink)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:882 (getProductLink)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:1387 (processConditionProductsCart)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:365 (validateGiftRuleConditions)
/modules/mdgiftproduct/mdgiftproduct.php:198 (getValidGiftRules)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 610 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:60 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856241891_44879546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/0f/24/e4/0f24e4816549e7c50322da42b1de43253a79b8a2_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856238ff0_90817990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f5/d9/19/f5d919ef247a1370b06158f0e49bd59ac430955e_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856233fc5_62172743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:276 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 201 |
SELECT SQL_NO_CACHE mgrcp.*, mgrp.price
FROM `ab_mdgift_rule_cart_product` mgrcp
LEFT JOIN `ab_mdgift_rule_product` mgrp
ON (mgrp.id_mdgift_rule_product = mgrcp.id_mdgift_rule_product)
WHERE mgrcp.`id_cart` = 0 |
0.069
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:393
/override/classes/Cart.php:103 (getCartGiftData)
/src/Adapter/Presenter/Cart/CartLazyArray.php:170 (getProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getProducts)
/src/Core/Filter/HashMapWhitelistFilter.php:171 (offsetGet)
/src/Core/Filter/FrontEndObject/MainFilter.php:64 (filter)
/classes/controller/FrontController.php:611 (filter)
/classes/controller/FrontController.php:594 (buildFrontEndObject)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 381 |
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ab_quantity_discount_rule` qdr
LEFT JOIN `ab_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 5 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.069
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:258
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:366 (getQuantityDiscountRulesByFamily)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:153 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/ba/f8/41/baf8411091742fd8676f7047d47a49b427829f9a_2.file.javascript.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f2b2d5_30282908)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/75/69/68/75696845f08a6f0499cfaa40735e6f98c2da93c2_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f28196_55429650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:300 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ef9578_54612186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:111 (_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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 463 |
SELECT SQL_NO_CACHE name FROM ab_category_lang WHERE id_category = 300 AND id_lang = 1 AND id_shop = 1 LIMIT 1 |
0.069
ms
|
1 |
|
|
/modules/rg_productextracontent/classes/RgPecTools.php:120
/modules/rg_productextracontent/rg_productextracontent.php:1853 (replaceTagsByFieldsContent)
/modules/rg_productextracontent/rg_productextracontent.php:1891 (renderHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:58 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 191 |
SELECT SQL_NO_CACHE *
FROM `ab_country_lang`
WHERE `id_country` = 6 |
0.068
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1763 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 177 |
SELECT SQL_NO_CACHE state FROM ab_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Core/Image/ImageFormatConfiguration.php:69 (isEnabled)
/src/Adapter/Image/ImageRetriever.php:209 (getGenerationFormats)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/controllers/front/ProductController.php:1249 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 386 |
SELECT SQL_NO_CACHE *
FROM `ab_whatsappchatblock_agent` LEFT JOIN `ab_whatsappchatblock_agent_lang` ON (`ab_whatsappchatblock_agent`.`id_whatsappchatblock_agent` = `ab_whatsappchatblock_agent_lang`.`id_whatsappchatblock_agent` AND `id_lang` = 1) WHERE 1 = 1 AND `ab_whatsappchatblock_agent`.`id_whatsappchatblock` = 1 AND `active` = 1 ORDER BY position |
0.068
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlockAgent.php:71
/modules/whatsappchat/whatsappchat.php:591 (getWhatsappChatAgents)
/modules/whatsappchat/whatsappchat.php:365 (displayBlock)
/classes/Hook.php:1083 (hookDisplayAfterBodyOpeningTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:125 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:52 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 404 |
SELECT SQL_NO_CACHE *
FROM `ab_category` a
LEFT JOIN `ab_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ab_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 209) AND (b.`id_shop` = 1) LIMIT 1 |
0.068
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1707 (getCategoryLink)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1430 (fomartLink)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1371 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 414 |
SELECT SQL_NO_CACHE *
FROM `ab_category` a
LEFT JOIN `ab_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ab_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 384) AND (b.`id_shop` = 1) LIMIT 1 |
0.068
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1707 (getCategoryLink)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1430 (fomartLink)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1371 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 457 |
SELECT SQL_NO_CACHE id_shop FROM `ab_rg_productextracontent_block_shop` WHERE `id_block` = 88 |
0.068
ms
|
1 |
|
|
/classes/ObjectModel.php:1800
/modules/rg_productextracontent/classes/RgPecBlock.php:111 (getAssociatedShops)
/modules/rg_productextracontent/rg_productextracontent.php:1849 (__construct)
/modules/rg_productextracontent/rg_productextracontent.php:1891 (renderHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:58 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 576 |
SELECT SQL_NO_CACHE *
FROM `ab_product_attribute` a
LEFT JOIN `ab_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 235904) LIMIT 1 |
0.068
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE * FROM `ab_image_shop` image_shop
WHERE image_shop.`id_product` = 25157
AND image_shop.`cover`= 1 LIMIT 1 |
0.067
ms
|
5 |
|
|
/classes/Image.php:401
/modules/lgcomments/classes/LGProductComment.php:455 (getCover)
/modules/lgcomments/classes/LGProductComment.php:582 (getProductReviewsDetails)
/modules/lgcomments/lgcomments.php:1028 (render)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 52 |
SELECT SQL_NO_CACHE `name`
FROM `ab_manufacturer`
WHERE `id_manufacturer` = 173
AND `active` = 1 LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:734 (getNameById)
/controllers/front/ProductController.php:146 (__construct)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 244 |
SELECT SQL_NO_CACHE *
FROM `ab_country` a
LEFT JOIN `ab_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 68) LIMIT 1 |
0.067
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/gmerchantcenterpro/lib/moduleTools.php:210 (__construct)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 411 |
SELECT SQL_NO_CACHE mr.*
FROM ab_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 10 AND mr.`active` = 1 |
0.067
ms
|
1 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1209
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1335 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1437 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1371 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 561 |
SELECT SQL_NO_CACHE `name`
FROM `ab_manufacturer`
WHERE `id_manufacturer` = 27
AND `active` = 1 LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:5680 (getNameById)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 624 |
SELECT SQL_NO_CACHE `name`
FROM `ab_hook`
WHERE `id_hook` = 1203 LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/Hook.php:247
/classes/Hook.php:917 (getNameById)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856241891_44879546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/0f/24/e4/0f24e4816549e7c50322da42b1de43253a79b8a2_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856238ff0_90817990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f5/d9/19/f5d919ef247a1370b06158f0e49bd59ac430955e_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856233fc5_62172743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:276 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE 1 FROM `ab_specific_price` WHERE id_product = 0 LIMIT 1 |
0.066
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 190 |
SELECT SQL_NO_CACHE *
FROM `ab_country` a
LEFT JOIN `ab_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
0.066
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1763 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 346 |
SELECT SQL_NO_CACHE `name`
FROM `ab_hook`
WHERE `id_hook` = 1050 LIMIT 1 |
0.066
ms
|
1 |
|
|
/classes/Hook.php:247
/classes/Hook.php:917 (getNameById)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 353 |
SELECT SQL_NO_CACHE `value` FROM ab_ce_meta WHERE `id` = 1010000 AND `name` = "_elementor_css" LIMIT 1 |
0.066
ms
|
4 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:280
/modules/creativeelements/core/files/css/post.php:134 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:200 (loadMeta)
/modules/creativeelements/core/files/css/base.php:186 (getMeta)
/modules/creativeelements/modules/theme/files/css/kit.php:56 (enqueue)
/modules/creativeelements/core/kits/manager.php:119 (enqueue)
/modules/creativeelements/creativeelements.php:463 (frontendBeforeEnqueueStyles)
/classes/Hook.php:1083 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1422 (exec)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 406 |
SELECT SQL_NO_CACHE *
FROM `ab_category` a
LEFT JOIN `ab_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ab_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 232) AND (b.`id_shop` = 1) LIMIT 1 |
0.066
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1707 (getCategoryLink)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1430 (fomartLink)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1371 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 408 |
SELECT SQL_NO_CACHE *
FROM `ab_category` a
LEFT JOIN `ab_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ab_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 268) AND (b.`id_shop` = 1) LIMIT 1 |
0.066
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1707 (getCategoryLink)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1430 (fomartLink)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1371 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 44 |
SELECT SQL_NO_CACHE *
FROM `ab_group` a
LEFT JOIN `ab_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.065
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/ProductController.php:124 (init)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE *
FROM `ab_state` a
WHERE (a.`id_state` = 353) LIMIT 1 |
0.065
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1763 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 322 |
SELECT SQL_NO_CACHE *
FROM `ab_country` a
LEFT JOIN `ab_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 44) LIMIT 1 |
0.065
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/gmerchantcenterpro/lib/moduleTools.php:210 (__construct)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 550 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ab_pack` WHERE id_product_pack = 22797 LIMIT 1 |
0.065
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 627 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "tvcmswishlist" LIMIT 1 |
0.065
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/tvcmscustomsetting/tvcmscustomsetting.php:2969 (isEnabled)
/classes/Hook.php:1083 (hookdisplayCustomsocialblock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:38 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856241891_44879546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/0f/24/e4/0f24e4816549e7c50322da42b1de43253a79b8a2_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856238ff0_90817990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f5/d9/19/f5d919ef247a1370b06158f0e49bd59ac430955e_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856233fc5_62172743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:276 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 215 |
SELECT SQL_NO_CACHE `value_type`
FROM `ab_gift_card`
WHERE id_product = 25157 LIMIT 1 |
0.065
ms
|
4 |
|
|
/modules/giftcard/models/Gift.php:176
/modules/giftcard/giftcard.php:953 (getGiftCardType)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 224 |
SELECT SQL_NO_CACHE id_product
FROM `ab_mdgift_rule_condition_product`
WHERE `id_mdgift_rule_condition` = 4 |
0.065
ms
|
2 |
|
|
/modules/mdgiftproduct/classes/models/MdGiftRule.php:1510
/modules/mdgiftproduct/classes/models/MdGiftRule.php:1531 (getAssociatedSelection)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:829 (filterCartProducts)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:1387 (processConditionProductsCart)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:365 (validateGiftRuleConditions)
/modules/mdgiftproduct/mdgiftproduct.php:198 (getValidGiftRules)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 231 |
SELECT SQL_NO_CACHE *
FROM `ab_category` c
LEFT JOIN `ab_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 16 AND c.nright >= 17)
ORDER BY c.nleft |
0.065
ms
|
10 |
|
|
/classes/Product.php:7865
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:52 (getProductLink)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:1000 (getProductLink)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:1387 (processConditionProductsCart)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:365 (validateGiftRuleConditions)
/modules/mdgiftproduct/mdgiftproduct.php:198 (getValidGiftRules)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 416 |
SELECT SQL_NO_CACHE *
FROM `ab_category` a
LEFT JOIN `ab_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ab_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 341) AND (b.`id_shop` = 1) LIMIT 1 |
0.065
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1707 (getCategoryLink)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1430 (fomartLink)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1371 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE *
FROM `ab_currency_lang`
WHERE `id_currency` = 1 |
0.064
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:696 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/ProductController.php:124 (init)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 91 |
SELECT SQL_NO_CACHE *
FROM `ab_tax` a
WHERE (a.`id_tax` = 3) LIMIT 1 |
0.064
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/modules/motive/src/Builder/Price/BasePriceBuilder.php:212 (getTaxCalculator)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:265 (getPriceTransformRates)
/modules/motive/motive.php:225 (getVariables)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1002 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 342 |
SELECT SQL_NO_CACHE id_order
FROM `ab_orders` o
WHERE (o.id_cart=0) LIMIT 1 |
0.064
ms
|
1 |
|
|
/modules/gmerchantcenterpro/lib/dao/moduleDao.php:450
/modules/gmerchantcenterpro/lib/hook/hookDisplay.php:90 (getOrderIdFromCart)
:undefined (displayHeader)
/modules/gmerchantcenterpro/lib/hook/hookDisplay.php:49 (call_user_func_array)
/modules/gmerchantcenterpro/lib/hook/hookController.php:60 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:172 (run)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:151 (execHook)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 418 |
SELECT SQL_NO_CACHE mr.*
FROM ab_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 16 AND mr.`active` = 1 |
0.064
ms
|
1 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1209
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1335 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1437 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1371 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 423 |
SELECT SQL_NO_CACHE *
FROM `ab_category` a
LEFT JOIN `ab_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ab_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 132) AND (b.`id_shop` = 1) LIMIT 1 |
0.064
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1707 (getCategoryLink)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1430 (fomartLink)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1371 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 556 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ab_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 302 LIMIT 1 |
0.064
ms
|
1 |
|
|
/classes/Category.php:1406
/classes/Product.php:5669 (getLinkRewrite)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 446 |
SELECT SQL_NO_CACHE `id_category_default`
FROM `ab_product_shop` WHERE `id_product` = 25157
AND `id_shop` = 1 LIMIT 1 |
0.063
ms
|
1 |
|
|
/modules/rg_productextracontent/classes/RgPecContent.php:187
/modules/rg_productextracontent/classes/RgPecContent.php:106 (evaluateCondition)
/modules/rg_productextracontent/rg_productextracontent.php:1833 (getAllByProduct)
/modules/rg_productextracontent/rg_productextracontent.php:1891 (renderHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:58 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE *
FROM `ab_rg_productextratabs_content` a
LEFT JOIN `ab_rg_productextratabs_content_lang` `b` ON a.`id_content` = b.`id_content` AND b.`id_lang` = 1
WHERE (a.`id_content` = 17114) AND (b.`id_shop` = 1) LIMIT 1 |
0.063
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/rg_productextratabs/rg_productextratabs.php:1946 (__construct)
/modules/rg_productextratabs/rg_productextratabs.php:1884 (_commonProductTab)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 498 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.063
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7879 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/magiczoomplus/magiczoomplus.php:1363 (__construct)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (parseTemplateStandard)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2260 (fetch)
/modules/aplazame/aplazame.php:1320 (display)
/modules/aplazame/aplazame.php:1125 (getWidget)
/classes/Hook.php:1083 (hookDisplayProductButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 502 |
SELECT SQL_NO_CACHE data FROM `ab_magictoolbox_video` WHERE id_product=25157 LIMIT 1 |
0.063
ms
|
0 |
|
|
/modules/magiczoomplus/magiczoomplus.php:618
/modules/magiczoomplus/magiczoomplus.php:1375 (loadProductVideoData)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (parseTemplateStandard)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2260 (fetch)
/modules/aplazame/aplazame.php:1320 (display)
/modules/aplazame/aplazame.php:1125 (getWidget)
/classes/Hook.php:1083 (hookDisplayProductButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "onepagecheckoutps" LIMIT 1 |
0.062
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/rcpgtagmanager/src/PSModule/ModuleDetector/AbstractModuleDetector.php:70 (isEnabled)
/modules/rcpgtagmanager/src/PSModule/ModuleDetector/AbstractModuleDetector.php:39 (detectByController)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:170 (getCheckoutModule)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:159 (getCheckoutModule)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:66 (getModuleData)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:54 (setContextData)
/modules/rcpgtagmanager/src/PSModule/ModuleServiceFactoryPS8.php:78 (__construct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayHeader/AbstractDisplayHeader.php:57 (getContextService)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayHeader/AbstractDisplayHeader.php:39 (getConfiguration)
/modules/rcpgtagmanager/rcpgtagmanager.php:197 (exec)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE *
FROM `ab_tax_lang`
WHERE `id_tax` = 1 |
0.062
ms
|
2 |
|
|
/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:6910 (getTaxCalculator)
/classes/Product.php:741 (getTaxesRate)
/controllers/front/ProductController.php:146 (__construct)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 72 |
SELECT SQL_NO_CACHE location
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.062
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7881 (getLocation)
/classes/Product.php:751 (loadStockData)
/controllers/front/ProductController.php:146 (__construct)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 205 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "magicscroll" LIMIT 1 |
0.062
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/magiczoomplus/magiczoomplus.php:596 (isInstalled)
/modules/magiczoomplus/magiczoomplus.php:780 (loadTool)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:428 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 382 |
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ab_quantity_discount_rule` qdr
LEFT JOIN `ab_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 6 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.062
ms
|
4 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:258
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:366 (getQuantityDiscountRulesByFamily)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:153 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/ba/f8/41/baf8411091742fd8676f7047d47a49b427829f9a_2.file.javascript.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f2b2d5_30282908)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/75/69/68/75696845f08a6f0499cfaa40735e6f98c2da93c2_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f28196_55429650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:300 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ef9578_54612186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:111 (_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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 391 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.062
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:28 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 393 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.062
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:36 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 483 |
SELECT SQL_NO_CACHE c.*
FROM `ab_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.062
ms
|
1 |
|
|
/classes/Currency.php:873
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:453 (getCurrency)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:540 (_getNbCreditsByPrice)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:481 (displayRewardOnProductPage)
/modules/allinone_rewards/allinone_rewards.php:603 (hookDisplayProductAdditionalInfo)
/modules/allinone_rewards/allinone_rewards.php:592 (_genericHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 551 |
SELECT SQL_NO_CACHE product_type FROM `ab_product` WHERE id_product = 22797 LIMIT 1 |
0.062
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE `reduction`
FROM `ab_group`
WHERE `id_group` = 1 LIMIT 1 |
0.061
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3994 (getReductionByIdGroup)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 428 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ab_country`
WHERE `id_country` = 6 LIMIT 1 |
0.061
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress)
/modules/ps_contactinfo/ps_contactinfo.php:83 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:44 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 140 |
SELECT SQL_NO_CACHE *
FROM `ab_rg_productextratabs_tab` a
LEFT JOIN `ab_rg_productextratabs_tab_lang` `b` ON a.`id_tab` = b.`id_tab` AND b.`id_lang` = 1
LEFT JOIN `ab_rg_productextratabs_tab_shop` `c` ON a.`id_tab` = c.`id_tab` AND c.`id_shop` = 1
WHERE (a.`id_tab` = 2) LIMIT 1 |
0.060
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/rg_productextratabs/classes/RgPetTab.php:112 (__construct)
/modules/rg_productextratabs/rg_productextratabs.php:1934 (__construct)
/modules/rg_productextratabs/rg_productextratabs.php:1884 (_commonProductTab)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 354 |
SELECT SQL_NO_CACHE `value` FROM ab_ce_meta WHERE `id` = 25157030101 AND `name` = "_elementor_edit_mode" LIMIT 1 |
0.060
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:280
/modules/creativeelements/includes/db.php:307 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:837 (isBuiltWithElementor)
/modules/creativeelements/creativeelements.php:634 (getBuilderContent)
/classes/Hook.php:1083 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1422 (exec)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 488 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.060
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7879 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/magiczoomplus/magiczoomplus.php:1363 (__construct)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (parseTemplateStandard)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2260 (fetch)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:564 (display)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:481 (displayRewardOnProductPage)
/modules/allinone_rewards/allinone_rewards.php:603 (hookDisplayProductAdditionalInfo)
/modules/allinone_rewards/allinone_rewards.php:592 (_genericHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 552 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ab_stock_available`
WHERE (id_product = 22797) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.060
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 417 |
SELECT SQL_NO_CACHE mr.*
FROM ab_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 14 AND mr.`active` = 1 |
0.060
ms
|
1 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1209
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1335 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1437 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1371 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 505 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.060
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7879 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/giftcard/giftcard.php:1080 (__construct)
/classes/Hook.php:1083 (hookdisplayProductButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 474 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "braintreeofficial" LIMIT 1 |
0.059
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/paypal/paypal.php:2851 (isEnabled)
/modules/paypal/paypal.php:1426 (isShowShortcut)
/modules/paypal/paypal.php:658 (displayShortcutButton)
/classes/Hook.php:1083 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 492 |
SELECT SQL_NO_CACHE data FROM `ab_magictoolbox_video` WHERE id_product=25157 LIMIT 1 |
0.059
ms
|
0 |
|
|
/modules/magiczoomplus/magiczoomplus.php:618
/modules/magiczoomplus/magiczoomplus.php:1375 (loadProductVideoData)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (parseTemplateStandard)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2260 (fetch)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:564 (display)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:481 (displayRewardOnProductPage)
/modules/allinone_rewards/allinone_rewards.php:603 (hookDisplayProductAdditionalInfo)
/modules/allinone_rewards/allinone_rewards.php:592 (_genericHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 172 |
SELECT SQL_NO_CACHE *
FROM `ab_category_lang`
WHERE `id_category` = 1159 AND `id_shop` = 1 |
0.059
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:27 (__construct)
/override/controllers/front/ProductController.php:80 (__construct)
/controllers/front/ProductController.php:1219 (addProductCustomizationData)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 495 |
SELECT SQL_NO_CACHE `name`
FROM `ab_hook`
WHERE `id_hook` = 1113 LIMIT 1 |
0.058
ms
|
1 |
|
|
/classes/Hook.php:247
/classes/Hook.php:917 (getNameById)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 515 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 198378) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.058
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/rg_autovisibility/classes/RgAuViActions.php:90 (getQuantityAvailableByProduct)
/override/classes/Product.php:31 (hideCombinationColors)
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/85/d5/76/85d576dd9208762df01573ca26268343ab2e7956_2.file.product-details.tpl.php:209 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/85/d5/76/85d576dd9208762df01573ca26268343ab2e7956_2.file.product-details.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856171195_01511929)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:91 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:318 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 583 |
SELECT SQL_NO_CACHE `id_abspromofqb`, `series`, `minimum_amount`, `minimum_amount_tax`, `percentage`, `amount`, `amount_tax`, `freesend`, `is_fl`, `fromdate`, `todate` FROM `ab_abspromofqb` WHERE (series like "25157,%" || series like "%,25157,%" || series like "%,25157") && (series like "9187,%" || series like "%,9187,%" || series like "%,9187") && (series like "22797,%" || series like "%,22797,%" || series like "%,22797") && `discounttype`=1 LIMIT 1 |
0.058
ms
|
1 |
|
|
/modules/absfrequentlyboughttogether/class/AbsPromoFqb.php:703
/modules/absfrequentlyboughttogether/class/AbsPromoFqb.php:403 (isIndividualPromo)
/modules/absfrequentlyboughttogether/class/AbsPromoFqb.php:962 (getIdAbsPromoFqb)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1853 (checkAppyPromo)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 21 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "pagesnotfound" LIMIT 1 |
0.058
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/lgseoredirect/lgseoredirect.php:109 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 95 |
SELECT SQL_NO_CACHE *
FROM `ab_tax` a
WHERE (a.`id_tax` = 2) LIMIT 1 |
0.058
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/modules/motive/src/Builder/Price/BasePriceBuilder.php:212 (getTaxCalculator)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:265 (getPriceTransformRates)
/modules/motive/motive.php:225 (getVariables)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1002 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 289 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ab_currency` c
WHERE (deleted = 0) AND (iso_code = 'NIO') LIMIT 1 |
0.058
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenterpro/lib/moduleTools.php:214 (getIdByIsoCode)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 351 |
SELECT SQL_NO_CACHE *
FROM `ab_ce_template` a
WHERE (a.`id_ce_template` = 1) LIMIT 1 |
0.058
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:98 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:149 (getInstance)
/modules/creativeelements/core/kits/manager.php:31 (CE\get_post)
/modules/creativeelements/core/kits/manager.php:49 (getActiveId)
/modules/creativeelements/core/kits/manager.php:137 (getActiveKit)
/modules/creativeelements/core/kits/manager.php:110 (getKitForFrontend)
/modules/creativeelements/creativeelements.php:463 (frontendBeforeEnqueueStyles)
/classes/Hook.php:1083 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1422 (exec)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 364 |
SELECT SQL_NO_CACHE cr.`reduction_percent` FROM `ab_cart_cart_rule` ccr
LEFT JOIN ab_cart_rule cr ON cr.`id_cart_rule` = ccr.`id_cart_rule`
WHERE ccr.`id_cart` = 0 AND cr.`reduction_percent` > 0 AND cr.`reduction_product` = 0 |
0.058
ms
|
1 |
|
|
/override/classes/Cart.php:299
/override/classes/Cart.php:262 (getReductionPercent)
/src/Adapter/Presenter/Cart/CartLazyArray.php:186 (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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/ba/f8/41/baf8411091742fd8676f7047d47a49b427829f9a_2.file.javascript.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f2b2d5_30282908)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/75/69/68/75696845f08a6f0499cfaa40735e6f98c2da93c2_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f28196_55429650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:300 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ef9578_54612186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:111 (_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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 548 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ab_product_shop`
WHERE `id_product` = 22797 AND id_shop=1 LIMIT 1 |
0.058
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 562 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ab_product_attribute` pa
INNER JOIN ab_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` = 235904 LIMIT 1 |
0.058
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 208933) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.057
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/override/classes/Link.php:42 (getAttributesResume)
/controllers/front/ProductController.php:99 (getProductLink)
/controllers/front/ProductController.php:158 (canonicalRedirection)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 232 |
SELECT SQL_NO_CACHE *
FROM `ab_category` c
LEFT JOIN `ab_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 16 AND c.nright >= 17)
ORDER BY c.nleft |
0.057
ms
|
10 |
|
|
/classes/Product.php:7865
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:52 (getProductLink)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:1000 (getProductLink)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:1387 (processConditionProductsCart)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:365 (validateGiftRuleConditions)
/modules/mdgiftproduct/mdgiftproduct.php:198 (getValidGiftRules)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 427 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module_shop` WHERE `id_module` = 5 AND `id_shop` = 1 LIMIT 1 |
0.057
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:44 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 540 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ab_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 296 LIMIT 1 |
0.057
ms
|
1 |
|
|
/classes/Category.php:1406
/classes/Product.php:5669 (getLinkRewrite)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 614 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.057
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856241891_44879546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/0f/24/e4/0f24e4816549e7c50322da42b1de43253a79b8a2_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856238ff0_90817990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f5/d9/19/f5d919ef247a1370b06158f0e49bd59ac430955e_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856233fc5_62172743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:276 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 615 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1 |
0.057
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:63 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856241891_44879546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/0f/24/e4/0f24e4816549e7c50322da42b1de43253a79b8a2_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856238ff0_90817990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f5/d9/19/f5d919ef247a1370b06158f0e49bd59ac430955e_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856233fc5_62172743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:276 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 76 |
SELECT SQL_NO_CACHE *
FROM `ab_product_attribute_lang`
WHERE `id_product_attribute` = 221367 |
0.056
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/controllers/front/ProductController.php:1541 (__construct)
/controllers/front/ProductController.php:85 (isValidCombination)
/controllers/front/ProductController.php:158 (canonicalRedirection)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE 1 FROM `ab_specific_price` WHERE `from` BETWEEN '2026-04-12 00:00:00' AND '2026-04-12 23:59:59' LIMIT 1 |
0.056
ms
|
1 |
|
|
/classes/SpecificPrice.php:377
/classes/SpecificPrice.php:645 (computeExtraConditions)
/controllers/front/ProductController.php:611 (getQuantityDiscounts)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ab_lgcomments_productcomments` st WHERE st.id_product = 25157 AND st.active = 1 AND id_lang = 1 AND stars > 6 AND stars <= 8 LIMIT 1 |
0.056
ms
|
1 |
|
|
/modules/lgcomments/classes/LGProductComment.php:390
/modules/lgcomments/classes/LGProductComment.php:477 (getCountProdByRate)
/modules/lgcomments/classes/LGProductComment.php:582 (getProductReviewsDetails)
/modules/lgcomments/lgcomments.php:1028 (render)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "mailalerts" LIMIT 1 |
0.056
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/rg_pushnotifications/rg_pushnotifications.php:91 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 525 |
SELECT SQL_NO_CACHE *
FROM `ab_absfreqbought` a
WHERE (a.`id_absfreqbought` = 1247) LIMIT 1 |
0.056
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:60 (__construct)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1713 (__construct)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 559 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ab_category` c
WHERE (c.`id_category` = 302) LIMIT 1 |
0.056
ms
|
1 |
|
|
/classes/Category.php:2002
/classes/Product.php:7858 (getInterval)
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:52 (getProductLink)
/classes/Product.php:5671 (getProductLink)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 23 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "lgseoredirect" LIMIT 1 |
0.056
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/lgseoredirect/lgseoredirect.php:881 (isEnabled)
/modules/lgseoredirect/lgseoredirect.php:830 (checkRedirection)
/classes/Hook.php:1083 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 124 |
SELECT SQL_NO_CACHE GROUP_CONCAT(a.`id_product_pack`)
FROM `ab_pack` a
WHERE a.`id_product_item` = 25157 LIMIT 1 |
0.056
ms
|
1 |
|
|
/classes/Pack.php:445
/controllers/front/ProductController.php:403 (getPacksTable)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 481 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.056
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7880 (dependsOnStock)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:507 (loadStockData)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:481 (displayRewardOnProductPage)
/modules/allinone_rewards/allinone_rewards.php:603 (hookDisplayProductAdditionalInfo)
/modules/allinone_rewards/allinone_rewards.php:592 (_genericHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 155 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ab_lgcomments_productcomments` st WHERE st.id_product = 25157 AND st.active = 1 AND id_lang = 1 AND stars > 0 AND stars <= 2 LIMIT 1 |
0.055
ms
|
1 |
|
|
/modules/lgcomments/classes/LGProductComment.php:390
/modules/lgcomments/classes/LGProductComment.php:480 (getCountProdByRate)
/modules/lgcomments/classes/LGProductComment.php:582 (getProductReviewsDetails)
/modules/lgcomments/lgcomments.php:1028 (render)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 403 |
SELECT SQL_NO_CACHE mr.*
FROM ab_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 2 AND mr.`active` = 1 |
0.054
ms
|
1 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1209
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1335 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1437 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1371 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 450 |
SELECT SQL_NO_CACHE `id_category_default`
FROM `ab_product_shop` WHERE `id_product` = 25157
AND `id_shop` = 1 LIMIT 1 |
0.054
ms
|
1 |
|
|
/modules/rg_productextracontent/classes/RgPecContent.php:187
/modules/rg_productextracontent/classes/RgPecContent.php:106 (evaluateCondition)
/modules/rg_productextracontent/rg_productextracontent.php:1833 (getAllByProduct)
/modules/rg_productextracontent/rg_productextracontent.php:1891 (renderHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:58 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 567 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ab_pack` WHERE id_product_pack = 9187 LIMIT 1 |
0.054
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 543 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ab_category` c
WHERE (c.`id_category` = 296) LIMIT 1 |
0.054
ms
|
1 |
|
|
/classes/Category.php:2002
/classes/Product.php:7858 (getInterval)
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:52 (getProductLink)
/classes/Product.php:5671 (getProductLink)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 571 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ab_stock_available`
WHERE (id_product = 9187) AND (id_product_attribute = 235904) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.054
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5825 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 405 |
SELECT SQL_NO_CACHE mr.*
FROM ab_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 4 AND mr.`active` = 1 |
0.053
ms
|
2 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1209
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1335 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1437 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1371 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 566 |
SELECT SQL_NO_CACHE `reduction`
FROM `ab_product_group_reduction_cache`
WHERE `id_product` = 9187 AND `id_group` = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 611 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1 |
0.053
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:60 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856241891_44879546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/0f/24/e4/0f24e4816549e7c50322da42b1de43253a79b8a2_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856238ff0_90817990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f5/d9/19/f5d919ef247a1370b06158f0e49bd59ac430955e_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856233fc5_62172743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:276 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 134 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.053
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/override/classes/Product.php:13 (outOfStock)
/controllers/front/ProductController.php:1312 (getAttributesGroups)
/controllers/front/ProductController.php:1263 (findProductCombinationById)
/controllers/front/ProductController.php:1328 (getProductMinimalQuantity)
/controllers/front/ProductController.php:1212 (getRequiredQuantity)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 345 |
SELECT SQL_NO_CACHE *
FROM `ab_configuration_lang`
WHERE `id_configuration` = 3235 |
0.053
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/rg_performanceoptimizer/rg_performanceoptimizer.php:100 (__construct)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 365 |
SELECT SQL_NO_CACHE cr.`reduction_percent` FROM `ab_cart_cart_rule` ccr
LEFT JOIN ab_cart_rule cr ON cr.`id_cart_rule` = ccr.`id_cart_rule`
WHERE ccr.`id_cart` = 0 AND cr.`reduction_percent` > 0 AND cr.`reduction_product` = 0 |
0.053
ms
|
1 |
|
|
/override/classes/Cart.php:299
/override/classes/Cart.php:277 (getReductionPercent)
/classes/Cart.php:2308 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartLazyArray.php:222 (getDiscountSubtotalWithoutGifts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getSubtotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/ba/f8/41/baf8411091742fd8676f7047d47a49b427829f9a_2.file.javascript.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f2b2d5_30282908)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/75/69/68/75696845f08a6f0499cfaa40735e6f98c2da93c2_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f28196_55429650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:300 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ef9578_54612186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:111 (_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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 372 |
SELECT SQL_NO_CACHE *
FROM `ab_quantity_discount_rule` a
WHERE (a.`id_quantity_discount_rule` = 487) LIMIT 1 |
0.053
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:370 (__construct)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:153 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/ba/f8/41/baf8411091742fd8676f7047d47a49b427829f9a_2.file.javascript.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f2b2d5_30282908)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/75/69/68/75696845f08a6f0499cfaa40735e6f98c2da93c2_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f28196_55429650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:300 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ef9578_54612186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:111 (_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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 422 |
SELECT SQL_NO_CACHE mr.*
FROM ab_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 17 AND mr.`active` = 1 |
0.053
ms
|
1 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1209
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1335 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1437 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1371 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 465 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module_shop` WHERE `id_module` = 26 AND `id_shop` = 1 LIMIT 1 |
0.053
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 654 |
SELECT SQL_NO_CACHE data FROM `ab_magictoolbox_video` WHERE id_product=25157 LIMIT 1 |
0.053
ms
|
0 |
|
|
/modules/magiczoomplus/magiczoomplus.php:618
/modules/magiczoomplus/magiczoomplus.php:1375 (loadProductVideoData)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (parseTemplateStandard)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 158 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ab_lgcomments_productcomments` st WHERE st.id_product = 25157 AND st.active = 1 AND id_lang = 1 LIMIT 1 |
0.052
ms
|
1 |
|
|
/modules/lgcomments/classes/LGProductComment.php:317
/modules/lgcomments/classes/LGProductComment.php:484 (getCountProdComments)
/modules/lgcomments/classes/LGProductComment.php:582 (getProductReviewsDetails)
/modules/lgcomments/lgcomments.php:1028 (render)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 83 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ab_category` c
WHERE (c.`id_category` = 300) LIMIT 1 |
0.052
ms
|
1 |
|
|
/classes/Category.php:2002
/classes/Product.php:7858 (getInterval)
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:52 (getProductLink)
/controllers/front/ProductController.php:99 (getProductLink)
/controllers/front/ProductController.php:158 (canonicalRedirection)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 109 |
SELECT SQL_NO_CACHE product_type FROM `ab_product` WHERE id_product = 25157 LIMIT 1 |
0.052
ms
|
1 |
|
|
/classes/Pack.php:90
/controllers/front/ProductController.php:315 (isPack)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 153 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ab_lgcomments_productcomments` st WHERE st.id_product = 25157 AND st.active = 1 AND id_lang = 1 AND stars > 4 AND stars <= 6 LIMIT 1 |
0.052
ms
|
1 |
|
|
/modules/lgcomments/classes/LGProductComment.php:390
/modules/lgcomments/classes/LGProductComment.php:478 (getCountProdByRate)
/modules/lgcomments/classes/LGProductComment.php:582 (getProductReviewsDetails)
/modules/lgcomments/lgcomments.php:1028 (render)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 223 |
SELECT SQL_NO_CACHE *
FROM `ab_mdgift_rule_condition` a
WHERE (a.`id_mdgift_rule_condition` = 4) LIMIT 1 |
0.052
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/mdgiftproduct/classes/models/MdGiftRuleCondition.php:164 (__construct)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:1379 (__construct)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:365 (validateGiftRuleConditions)
/modules/mdgiftproduct/mdgiftproduct.php:198 (getValidGiftRules)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 397 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1 |
0.052
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:40 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE id_shop FROM `ab_rg_productextratabs_tab_shop` WHERE `id_tab` = 1 |
0.051
ms
|
1 |
|
|
/classes/ObjectModel.php:1800
/modules/rg_productextratabs/classes/RgPetTab.php:115 (getAssociatedShops)
/modules/rg_productextratabs/rg_productextratabs.php:1934 (__construct)
/modules/rg_productextratabs/rg_productextratabs.php:1884 (_commonProductTab)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE `name`
FROM `ab_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 68 LIMIT 1 |
0.051
ms
|
1 |
|
|
/classes/Country.php:252
/modules/gmerchantcenterpro/lib/moduleTools.php:209 (getNameById)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 413 |
SELECT SQL_NO_CACHE mr.*
FROM ab_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 13 AND mr.`active` = 1 |
0.051
ms
|
1 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1209
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1335 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1437 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1371 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 449 |
SELECT SQL_NO_CACHE `upc`
FROM `ab_product` WHERE `id_product` = 25157 LIMIT 1 |
0.051
ms
|
1 |
|
|
/modules/rg_productextracontent/classes/RgPecContent.php:192
/modules/rg_productextracontent/classes/RgPecContent.php:98 (evaluateCondition)
/modules/rg_productextracontent/rg_productextracontent.php:1833 (getAllByProduct)
/modules/rg_productextracontent/rg_productextracontent.php:1891 (renderHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:58 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 129 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.051
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/override/classes/Product.php:13 (outOfStock)
/controllers/front/ProductController.php:1312 (getAttributesGroups)
/controllers/front/ProductController.php:1263 (findProductCombinationById)
/controllers/front/ProductController.php:1210 (getProductMinimalQuantity)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 484 |
SELECT SQL_NO_CACHE c.*
FROM `ab_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.051
ms
|
1 |
|
|
/classes/Currency.php:873
/modules/allinone_rewards/allinone_rewards.php:544 (getCurrency)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:560 (getRewardReadyForDisplay)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:481 (displayRewardOnProductPage)
/modules/allinone_rewards/allinone_rewards.php:603 (hookDisplayProductAdditionalInfo)
/modules/allinone_rewards/allinone_rewards.php:592 (_genericHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ab_category` c
WHERE (c.`id_category` = 2) LIMIT 1 |
0.050
ms
|
1 |
|
|
/classes/Category.php:2002
/classes/Category.php:2026 (getInterval)
/controllers/front/ProductController.php:893 (inShop)
/controllers/front/ProductController.php:368 (assignCategory)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 344 |
SELECT SQL_NO_CACHE *
FROM `ab_configuration` a
WHERE (a.`id_configuration` = 3235) LIMIT 1 |
0.050
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/rg_performanceoptimizer/rg_performanceoptimizer.php:100 (__construct)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 394 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1 |
0.050
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:36 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 499 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.050
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7880 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/magiczoomplus/magiczoomplus.php:1363 (__construct)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (parseTemplateStandard)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2260 (fetch)
/modules/aplazame/aplazame.php:1320 (display)
/modules/aplazame/aplazame.php:1125 (getWidget)
/classes/Hook.php:1083 (hookDisplayProductButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 313 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ab_currency` c
WHERE (deleted = 0) AND (iso_code = 'COP') LIMIT 1 |
0.050
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenterpro/lib/moduleTools.php:214 (getIdByIsoCode)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE name FROM ab_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 300 LIMIT 1 |
0.049
ms
|
1 |
|
|
/classes/Product.php:5670
/controllers/front/ProductController.php:1217 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 407 |
SELECT SQL_NO_CACHE mr.*
FROM ab_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 8 AND mr.`active` = 1 |
0.049
ms
|
1 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1209
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1335 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1437 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1371 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 415 |
SELECT SQL_NO_CACHE mr.*
FROM ab_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 12 AND mr.`active` = 1 |
0.049
ms
|
1 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1209
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1335 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1437 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1371 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 451 |
SELECT SQL_NO_CACHE `upc`
FROM `ab_product` WHERE `id_product` = 25157 LIMIT 1 |
0.049
ms
|
1 |
|
|
/modules/rg_productextracontent/classes/RgPecContent.php:192
/modules/rg_productextracontent/classes/RgPecContent.php:98 (evaluateCondition)
/modules/rg_productextracontent/rg_productextracontent.php:1833 (getAllByProduct)
/modules/rg_productextracontent/rg_productextracontent.php:1891 (renderHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:58 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 315 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ab_currency` c
WHERE (deleted = 0) AND (iso_code = 'CLP') LIMIT 1 |
0.049
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenterpro/lib/moduleTools.php:214 (getIdByIsoCode)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE COUNT(*)FROM `ab_lgcomments_productcomments` p WHERE p.id_product = 25157 AND p.active = 1 AND id_lang = 1 LIMIT 1 |
0.048
ms
|
1 |
|
|
/modules/lgcomments/classes/LGProductComment.php:169
/modules/lgcomments/classes/LGProductComment.php:441 (getNumberOfReviews)
/modules/lgcomments/classes/LGProductComment.php:582 (getProductReviewsDetails)
/modules/lgcomments/lgcomments.php:1028 (render)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ab_lgcomments_productcomments` st WHERE st.id_product = 25157 AND st.active = 1 AND id_lang = 1 AND stars > 2 AND stars <= 4 LIMIT 1 |
0.048
ms
|
1 |
|
|
/modules/lgcomments/classes/LGProductComment.php:390
/modules/lgcomments/classes/LGProductComment.php:479 (getCountProdByRate)
/modules/lgcomments/classes/LGProductComment.php:582 (getProductReviewsDetails)
/modules/lgcomments/lgcomments.php:1028 (render)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 157 |
SELECT SQL_NO_CACHE date_format_lite FROM ab_lang WHERE id_lang = 1 LIMIT 1 |
0.048
ms
|
1 |
|
|
/modules/lgcomments/classes/LGUtils.php:37
/modules/lgcomments/classes/LGProductComment.php:483 (getDateFormat)
/modules/lgcomments/classes/LGProductComment.php:582 (getProductReviewsDetails)
/modules/lgcomments/lgcomments.php:1028 (render)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 350 |
SELECT SQL_NO_CACHE `id_zone`
FROM `ab_country`
WHERE `id_country` = 6 LIMIT 1 |
0.048
ms
|
1 |
|
|
/classes/Country.php:224
/modules/whatsappchat/classes/WhatsappChatBlock.php:162 (getIdZone)
/modules/whatsappchat/whatsappchat.php:531 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:297 (displayBlock)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 47 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "quantitydiscountpro" LIMIT 1 |
0.048
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/override/classes/CartRule.php:36 (isEnabled)
/classes/controller/FrontController.php:492 (autoRemoveFromCart)
/controllers/front/ProductController.php:124 (init)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ab_lgcomments_productcomments` st WHERE st.id_product = 25157 AND st.active = 1 AND id_lang = 1 AND stars = 0 LIMIT 1 |
0.048
ms
|
1 |
|
|
/modules/lgcomments/classes/LGProductComment.php:390
/modules/lgcomments/classes/LGProductComment.php:481 (getCountProdByRate)
/modules/lgcomments/classes/LGProductComment.php:582 (getProductReviewsDetails)
/modules/lgcomments/lgcomments.php:1028 (render)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 613 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1 |
0.048
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:61 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856241891_44879546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/0f/24/e4/0f24e4816549e7c50322da42b1de43253a79b8a2_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856238ff0_90817990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f5/d9/19/f5d919ef247a1370b06158f0e49bd59ac430955e_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856233fc5_62172743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:276 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 66 |
SELECT SQL_NO_CACHE `reduction`
FROM `ab_product_group_reduction_cache`
WHERE `id_product` = 25157 AND `id_group` = 1 LIMIT 1 |
0.047
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 10 |
SELECT SQL_NO_CACHE id_shop
FROM `ab_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.047
ms
|
1 |
|
|
/classes/ObjectModel.php:1732
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
| 53 |
SELECT SQL_NO_CACHE `name` FROM `ab_supplier` WHERE `id_supplier` = 1 LIMIT 1 |
0.047
ms
|
1 |
|
|
/classes/Supplier.php:243
/classes/Product.php:735 (getNameById)
/controllers/front/ProductController.php:146 (__construct)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE *
FROM `ab_mdgift_rule` a
WHERE (a.`id_mdgift_rule` = 4) LIMIT 1 |
0.047
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:94 (__construct)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:361 (__construct)
/modules/mdgiftproduct/mdgiftproduct.php:198 (getValidGiftRules)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 409 |
SELECT SQL_NO_CACHE mr.*
FROM ab_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 9 AND mr.`active` = 1 |
0.047
ms
|
1 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1209
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1335 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1437 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1371 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 424 |
SELECT SQL_NO_CACHE mr.*
FROM ab_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 18 AND mr.`active` = 1 |
0.047
ms
|
1 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1209
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1335 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1437 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1371 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 482 |
SELECT SQL_NO_CACHE location
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.047
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7881 (getLocation)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:507 (loadStockData)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:481 (displayRewardOnProductPage)
/modules/allinone_rewards/allinone_rewards.php:603 (hookDisplayProductAdditionalInfo)
/modules/allinone_rewards/allinone_rewards.php:592 (_genericHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 485 |
SELECT SQL_NO_CACHE c.*
FROM `ab_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.047
ms
|
1 |
|
|
/classes/Currency.php:873
/modules/allinone_rewards/allinone_rewards.php:544 (getCurrency)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:561 (getRewardReadyForDisplay)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:481 (displayRewardOnProductPage)
/modules/allinone_rewards/allinone_rewards.php:603 (hookDisplayProductAdditionalInfo)
/modules/allinone_rewards/allinone_rewards.php:592 (_genericHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 628 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module_shop` WHERE `id_module` = 114 AND `id_shop` = 1 LIMIT 1 |
0.047
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/tvcmscustomsetting/tvcmscustomsetting.php:2969 (isEnabled)
/classes/Hook.php:1083 (hookdisplayCustomsocialblock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:38 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856241891_44879546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/0f/24/e4/0f24e4816549e7c50322da42b1de43253a79b8a2_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856238ff0_90817990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f5/d9/19/f5d919ef247a1370b06158f0e49bd59ac430955e_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856233fc5_62172743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:276 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 45 |
SELECT SQL_NO_CACHE *
FROM `ab_group_lang`
WHERE `id_group` = 1 |
0.046
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/ProductController.php:124 (init)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE * FROM `ab_image_type` |
0.046
ms
|
15 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/modules/lgcomments/classes/LGProductComment.php:456 (getFormattedName)
/modules/lgcomments/classes/LGProductComment.php:582 (getProductReviewsDetails)
/modules/lgcomments/lgcomments.php:1028 (render)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 290 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
0.046
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 317 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ab_currency` c
WHERE (deleted = 0) AND (iso_code = 'ARS') LIMIT 1 |
0.046
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenterpro/lib/moduleTools.php:214 (getIdByIsoCode)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 355 |
SELECT SQL_NO_CACHE `value` FROM ab_ce_meta WHERE `id` = 25157030101 AND `name` = "_elementor_page_settings" LIMIT 1 |
0.046
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:280
/modules/creativeelements/core/base/document.php:993 (CE\get_post_meta)
/modules/creativeelements/core/base/page-base.php:208 (__construct)
/modules/creativeelements/core/documents-manager.php:208 (__construct)
/modules/creativeelements/core/documents-manager.php:254 (get)
/modules/creativeelements/modules/page-templates/module.php:70 (getDocForFrontend)
/modules/creativeelements/classes/wrappers/Helper.php:356 (templateInclude)
/modules/creativeelements/creativeelements.php:722 (CE\apply_filters)
/classes/Hook.php:1083 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1422 (exec)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 392 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1 |
0.046
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:28 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 452 |
SELECT SQL_NO_CACHE `upc`
FROM `ab_product` WHERE `id_product` = 25157 LIMIT 1 |
0.046
ms
|
1 |
|
|
/modules/rg_productextracontent/classes/RgPecContent.php:192
/modules/rg_productextracontent/classes/RgPecContent.php:98 (evaluateCondition)
/modules/rg_productextracontent/rg_productextracontent.php:1833 (getAllByProduct)
/modules/rg_productextracontent/rg_productextracontent.php:1891 (renderHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:58 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 549 |
SELECT SQL_NO_CACHE `reduction`
FROM `ab_product_group_reduction_cache`
WHERE `id_product` = 22797 AND `id_group` = 1 LIMIT 1 |
0.046
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 212 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ab_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 300 LIMIT 1 |
0.046
ms
|
0 |
|
|
/classes/Category.php:1406
/classes/Product.php:758 (getLinkRewrite)
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:4362 (__construct)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 453 |
SELECT SQL_NO_CACHE `id_category_default`
FROM `ab_product_shop` WHERE `id_product` = 25157
AND `id_shop` = 1 LIMIT 1 |
0.046
ms
|
1 |
|
|
/modules/rg_productextracontent/classes/RgPecContent.php:187
/modules/rg_productextracontent/classes/RgPecContent.php:106 (evaluateCondition)
/modules/rg_productextracontent/rg_productextracontent.php:1833 (getAllByProduct)
/modules/rg_productextracontent/rg_productextracontent.php:1891 (renderHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:58 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE *
FROM `ab_tax_lang`
WHERE `id_tax` = 2 |
0.045
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/modules/motive/src/Builder/Price/BasePriceBuilder.php:212 (getTaxCalculator)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:265 (getPriceTransformRates)
/modules/motive/motive.php:225 (getVariables)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1002 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 314 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
0.045
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 425 |
SELECT SQL_NO_CACHE mr.*
FROM ab_tvcmsmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_tvcmsmegamenu = 6 AND mr.`active` = 1 |
0.045
ms
|
1 |
|
|
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1209
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1335 (getRowInfo)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1437 (getSubMenu)
/modules/tvcmsmegamenu/tvcmsmegamenu.php:1371 (getWidgetVariables)
/classes/Hook.php:1083 (hookdisplayMegamenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/2a/71/6f/2a716f031a63d4df5ffd457087749a4c02759393_2.file.desk-header-5.tpl.php:42 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560179e8_95119354)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5e/cf/70/5ecf70d0470a64639481810a8cb4a33fc0937746_2.file.desktop-header.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8560131b4_35434582)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:299 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/03/0b/21/030b212f12e8a1b387cefad69a2979e422ce4c52_2.file.header.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856011458_98518097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/b7/8e/c7/b78ec7c14aacf7276d6a335e9397610c7a40a024_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa85600db06_47012503)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:156 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 455 |
SELECT SQL_NO_CACHE `visibility`
FROM `ab_product_shop` WHERE `id_product` = 25157
AND `id_shop` = 1 LIMIT 1 |
0.045
ms
|
1 |
|
|
/modules/rg_productextracontent/classes/RgPecContent.php:187
/modules/rg_productextracontent/classes/RgPecContent.php:154 (evaluateCondition)
/modules/rg_productextracontent/rg_productextracontent.php:1833 (getAllByProduct)
/modules/rg_productextracontent/rg_productextracontent.php:1891 (renderHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:58 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 461 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.045
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7880 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/rg_productextracontent/classes/RgPecTools.php:98 (__construct)
/modules/rg_productextracontent/rg_productextracontent.php:1853 (replaceTagsByFieldsContent)
/modules/rg_productextracontent/rg_productextracontent.php:1891 (renderHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:58 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 557 |
SELECT SQL_NO_CACHE name FROM ab_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 302 LIMIT 1 |
0.045
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 651 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.045
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7880 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/magiczoomplus/magiczoomplus.php:1363 (__construct)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (parseTemplateStandard)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 373 |
SELECT SQL_NO_CACHE *
FROM `ab_quantity_discount_rule_lang`
WHERE `id_quantity_discount_rule` = 487 |
0.045
ms
|
31 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:107 (__construct)
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:370 (__construct)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:153 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/ba/f8/41/baf8411091742fd8676f7047d47a49b427829f9a_2.file.javascript.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f2b2d5_30282908)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/75/69/68/75696845f08a6f0499cfaa40735e6f98c2da93c2_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f28196_55429650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:300 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ef9578_54612186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:111 (_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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 173 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "giftcard" LIMIT 1 |
0.044
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/override/controllers/front/ProductController.php:83 (isInstalled)
/controllers/front/ProductController.php:1219 (addProductCustomizationData)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 245 |
SELECT SQL_NO_CACHE *
FROM `ab_country_lang`
WHERE `id_country` = 68 |
0.044
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/gmerchantcenterpro/lib/moduleTools.php:210 (__construct)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 356 |
SELECT SQL_NO_CACHE `value` FROM ab_ce_meta WHERE `id` = 25157030101 AND `name` = "_wp_page_template" LIMIT 1 |
0.044
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:280
/modules/creativeelements/core/base/document.php:909 (CE\get_post_meta)
/modules/creativeelements/modules/page-templates/module.php:73 (getMeta)
/modules/creativeelements/classes/wrappers/Helper.php:356 (templateInclude)
/modules/creativeelements/creativeelements.php:722 (CE\apply_filters)
/classes/Hook.php:1083 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1422 (exec)
/classes/controller/FrontController.php:746 (getLayout)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 454 |
SELECT SQL_NO_CACHE `id_category_default`
FROM `ab_product_shop` WHERE `id_product` = 25157
AND `id_shop` = 1 LIMIT 1 |
0.044
ms
|
1 |
|
|
/modules/rg_productextracontent/classes/RgPecContent.php:187
/modules/rg_productextracontent/classes/RgPecContent.php:106 (evaluateCondition)
/modules/rg_productextracontent/rg_productextracontent.php:1833 (getAllByProduct)
/modules/rg_productextracontent/rg_productextracontent.php:1891 (renderHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:58 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 159 |
SELECT SQL_NO_CACHE COUNT(id_productcomment) FROM `ab_lgcomments_productcomments` WHERE id_customer = 0 AND id_product = 25157 LIMIT 1 |
0.044
ms
|
1 |
|
|
/modules/lgcomments/classes/LGProductComment.php:405
/modules/lgcomments/classes/LGProductComment.php:485 (checkIfProdAlreadyReviewed)
/modules/lgcomments/classes/LGProductComment.php:582 (getProductReviewsDetails)
/modules/lgcomments/lgcomments.php:1028 (render)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 220 |
SELECT SQL_NO_CACHE *
FROM `ab_mdgift_rule_lang`
WHERE `id_mdgift_rule` = 4 |
0.044
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:94 (__construct)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:361 (__construct)
/modules/mdgiftproduct/mdgiftproduct.php:198 (getValidGiftRules)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 323 |
SELECT SQL_NO_CACHE *
FROM `ab_country_lang`
WHERE `id_country` = 44 |
0.044
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/gmerchantcenterpro/lib/moduleTools.php:210 (__construct)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ab_required_field |
0.043
ms
|
1 |
|
|
/classes/ObjectModel.php:1595
/classes/ObjectModel.php:1627 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1558 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:567 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 248 |
SELECT SQL_NO_CACHE *
FROM `ab_country` a
LEFT JOIN `ab_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 69) LIMIT 1 |
0.043
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/gmerchantcenterpro/lib/moduleTools.php:210 (__construct)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module_shop` WHERE `id_module` = 147 AND `id_shop` = 1 LIMIT 1 |
0.043
ms
|
1 |
|
|
/classes/module/Module.php:2137
/override/classes/Cart.php:100 (isEnabled)
/src/Adapter/Presenter/Cart/CartLazyArray.php:170 (getProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getProducts)
/src/Core/Filter/HashMapWhitelistFilter.php:171 (offsetGet)
/src/Core/Filter/FrontEndObject/MainFilter.php:64 (filter)
/classes/controller/FrontController.php:611 (filter)
/classes/controller/FrontController.php:594 (buildFrontEndObject)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 462 |
SELECT SQL_NO_CACHE location
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.043
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7881 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/rg_productextracontent/classes/RgPecTools.php:98 (__construct)
/modules/rg_productextracontent/rg_productextracontent.php:1853 (replaceTagsByFieldsContent)
/modules/rg_productextracontent/rg_productextracontent.php:1891 (renderHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:58 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 506 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.043
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7880 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/giftcard/giftcard.php:1080 (__construct)
/classes/Hook.php:1083 (hookdisplayProductButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 541 |
SELECT SQL_NO_CACHE name FROM ab_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 296 LIMIT 1 |
0.043
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE id_shop
FROM `ab_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.042
ms
|
1 |
|
|
/classes/ObjectModel.php:1732
/classes/Tools.php:700 (isAssociatedToShop)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/ProductController.php:124 (init)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 592 |
SELECT SQL_NO_CACHE `width`, `height`
FROM ab_image_type
WHERE `name` = 'home_default' LIMIT 1 |
0.042
ms
|
1 |
|
|
/classes/Image.php:563
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:854 (getSize)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE 1 FROM `ab_specific_price` WHERE id_product = 25157 LIMIT 1 |
0.042
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "rg_autovisibility" LIMIT 1 |
0.042
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/override/classes/Product.php:14 (isEnabled)
/controllers/front/ProductController.php:1312 (getAttributesGroups)
/controllers/front/ProductController.php:1263 (findProductCombinationById)
/controllers/front/ProductController.php:1210 (getProductMinimalQuantity)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ab_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 185 LIMIT 1 |
0.042
ms
|
1 |
|
|
/classes/Category.php:1406
/classes/Product.php:758 (getLinkRewrite)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:881 (__construct)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:1387 (processConditionProductsCart)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:365 (validateGiftRuleConditions)
/modules/mdgiftproduct/mdgiftproduct.php:198 (getValidGiftRules)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 312 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
0.042
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 331 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
0.042
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 333 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ab_currency` c
WHERE (deleted = 0) AND (iso_code = 'EUR') LIMIT 1 |
0.042
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenterpro/lib/moduleTools.php:214 (getIdByIsoCode)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 366 |
SELECT SQL_NO_CACHE cr.`reduction_percent` FROM `ab_cart_cart_rule` ccr
LEFT JOIN ab_cart_rule cr ON cr.`id_cart_rule` = ccr.`id_cart_rule`
WHERE ccr.`id_cart` = 0 AND cr.`reduction_percent` > 0 AND cr.`reduction_product` = 0 |
0.042
ms
|
1 |
|
|
/override/classes/Cart.php:299
/override/classes/Cart.php:262 (getReductionPercent)
/src/Adapter/Presenter/Cart/CartLazyArray.php:266 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getSubtotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/ba/f8/41/baf8411091742fd8676f7047d47a49b427829f9a_2.file.javascript.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f2b2d5_30282908)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/75/69/68/75696845f08a6f0499cfaa40735e6f98c2da93c2_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855f28196_55429650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:300 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/5b/dc/31/5bdc3158fdf259ed273015794b7d53d688461a93_2.file.head.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ef9578_54612186)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:111 (_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/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 65 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ab_product_shop`
WHERE `id_product` = 25157 AND id_shop=1 LIMIT 1 |
0.041
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 318 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
0.041
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 475 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.041
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/paypal/paypal.php:2851 (isEnabled)
/modules/paypal/paypal.php:1426 (isShowShortcut)
/modules/paypal/paypal.php:658 (displayShortcutButton)
/classes/Hook.php:1083 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 500 |
SELECT SQL_NO_CACHE location
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.041
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7881 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/magiczoomplus/magiczoomplus.php:1363 (__construct)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (parseTemplateStandard)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2260 (fetch)
/modules/aplazame/aplazame.php:1320 (display)
/modules/aplazame/aplazame.php:1125 (getWidget)
/classes/Hook.php:1083 (hookDisplayProductButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 48 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module_shop` WHERE `id_module` = 130 AND `id_shop` = 1 LIMIT 1 |
0.040
ms
|
1 |
|
|
/classes/module/Module.php:2137
/override/classes/CartRule.php:36 (isEnabled)
/classes/controller/FrontController.php:492 (autoRemoveFromCart)
/controllers/front/ProductController.php:124 (init)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ab_specific_price_priority`
WHERE `id_product` = 25157
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.040
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:648 (_getScoreQuery)
/controllers/front/ProductController.php:611 (getQuantityDiscounts)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 645 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ab_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.040
ms
|
1 |
|
|
/classes/Category.php:1619
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:56 (getParentsCategories)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Category/AbstractCategoryModelBuilder.php:42 (getCategoryPath)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/ModelBuilder/Product/AbstractProductModelBuilder.php:63 (initModel)
/modules/rcpgtagmanager/src/PSModule/DataModelHandler/DataModelHandler.php:108 (setDetailData)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:216 (buildDetailProductModelList)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayBeforeBodyClosingTag/AbstractDisplayBeforeBodyClosingTag.php:72 (processPage)
/modules/rcpgtagmanager/rcpgtagmanager.php:229 (exec)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:305 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.039
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7879 (outOfStock)
/classes/Product.php:751 (loadStockData)
/controllers/front/ProductController.php:146 (__construct)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 203 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.039
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/rcpgtagmanager/src/PSModule/ModuleDetector/AbstractModuleDetector.php:70 (isEnabled)
/modules/rcpgtagmanager/src/PSModule/ModuleDetector/AbstractModuleDetector.php:39 (detectByController)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:170 (getCheckoutModule)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:159 (getCheckoutModule)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:66 (getModuleData)
/modules/rcpgtagmanager/src/PSModule/Context/AbstractContext.php:54 (setContextData)
/modules/rcpgtagmanager/src/PSModule/ModuleServiceFactoryPS8.php:78 (__construct)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayHeader/AbstractDisplayHeader.php:57 (getContextService)
/modules/rcpgtagmanager/src/PSModule/Hook/DisplayHeader/AbstractDisplayHeader.php:39 (getConfiguration)
/modules/rcpgtagmanager/rcpgtagmanager.php:197 (exec)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 489 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.039
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7880 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/magiczoomplus/magiczoomplus.php:1363 (__construct)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (parseTemplateStandard)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2260 (fetch)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:564 (display)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:481 (displayRewardOnProductPage)
/modules/allinone_rewards/allinone_rewards.php:603 (hookDisplayProductAdditionalInfo)
/modules/allinone_rewards/allinone_rewards.php:592 (_genericHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 569 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ab_stock_available`
WHERE (id_product = 9187) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.039
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 584 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "an_sidebarcart" LIMIT 1 |
0.039
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:831 (isEnabled)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.039
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7880 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/controllers/front/ProductController.php:146 (__construct)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "gsnippetsreviews" LIMIT 1 |
0.039
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/gmerchantcenterpro/lib/moduleTools.php:544 (isInstalled)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:83 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 288 |
SELECT SQL_NO_CACHE `name`
FROM `ab_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 6 LIMIT 1 |
0.039
ms
|
1 |
|
|
/classes/Country.php:252
/modules/gmerchantcenterpro/lib/moduleTools.php:209 (getNameById)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 321 |
SELECT SQL_NO_CACHE `name`
FROM `ab_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 44 LIMIT 1 |
0.039
ms
|
1 |
|
|
/classes/Country.php:252
/modules/gmerchantcenterpro/lib/moduleTools.php:209 (getNameById)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 629 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "tvcmsproductcompare" LIMIT 1 |
0.039
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/tvcmscustomsetting/tvcmscustomsetting.php:2976 (isEnabled)
/classes/Hook.php:1083 (hookdisplayCustomsocialblock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:38 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856241891_44879546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/0f/24/e4/0f24e4816549e7c50322da42b1de43253a79b8a2_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856238ff0_90817990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f5/d9/19/f5d919ef247a1370b06158f0e49bd59ac430955e_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856233fc5_62172743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:276 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 246 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
0.038
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 292 |
SELECT SQL_NO_CACHE *
FROM `ab_country` a
LEFT JOIN `ab_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 144) LIMIT 1 |
0.038
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/gmerchantcenterpro/lib/moduleTools.php:210 (__construct)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 316 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
0.038
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 328 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
0.038
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 507 |
SELECT SQL_NO_CACHE location
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.038
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7881 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/giftcard/giftcard.php:1080 (__construct)
/classes/Hook.php:1083 (hookdisplayProductButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 577 |
SELECT SQL_NO_CACHE *
FROM `ab_product_attribute_lang`
WHERE `id_product_attribute` = 235904 |
0.038
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 652 |
SELECT SQL_NO_CACHE location
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.038
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7881 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/magiczoomplus/magiczoomplus.php:1363 (__construct)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (parseTemplateStandard)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 221367) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.038
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/override/classes/Link.php:42 (getAttributesResume)
/controllers/front/ProductController.php:99 (getProductLink)
/controllers/front/ProductController.php:158 (canonicalRedirection)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 630 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module_shop` WHERE `id_module` = 108 AND `id_shop` = 1 LIMIT 1 |
0.038
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/tvcmscustomsetting/tvcmscustomsetting.php:2976 (isEnabled)
/classes/Hook.php:1083 (hookdisplayCustomsocialblock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/e6/51/cc/e651cc60a516eef129aea9a3c493466711f93121_2.file.footer-1.tpl.php:38 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856241891_44879546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/0f/24/e4/0f24e4816549e7c50322da42b1de43253a79b8a2_2.file.footer.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856238ff0_90817990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f5/d9/19/f5d919ef247a1370b06158f0e49bd59ac430955e_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856233fc5_62172743)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:276 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 330 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
0.037
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 594 |
SELECT SQL_NO_CACHE * FROM `ab_rewards_template_config` WHERE `value`=1 AND `name`='RSPONSORSHIP_ACTIVE' LIMIT 1 |
0.037
ms
|
1 |
|
|
/modules/allinone_rewards/models/RewardsTemplateModel.php:135
/modules/allinone_rewards/models/RewardsTemplateModel.php:378 (isActiveAtLeastOnce)
/modules/allinone_rewards/plugins/RewardsSponsorshipPlugin.php:243 (isActiveAtLeastOnce)
/modules/allinone_rewards/allinone_rewards.php:602 (isActive)
/modules/allinone_rewards/allinone_rewards.php:592 (_genericHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2/ac/c7/70/acc77007e8b233b69fe0294cf3096dd3ab91dfff_2.file.freqboughttogether_17.tpl.php:378 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8561c4d48_12761543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2260 (fetch)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:884 (display)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 146 |
SELECT SQL_NO_CACHE SUM(stars) FROM `ab_lgcomments_productcomments` p WHERE p.id_product = 25157 AND p.active = 1 AND id_lang = 1 LIMIT 1 |
0.036
ms
|
1 |
|
|
/modules/lgcomments/classes/LGProductComment.php:215
/modules/lgcomments/classes/LGProductComment.php:442 (getSumOfReviews)
/modules/lgcomments/classes/LGProductComment.php:582 (getProductReviewsDetails)
/modules/lgcomments/lgcomments.php:1028 (render)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 249 |
SELECT SQL_NO_CACHE *
FROM `ab_country_lang`
WHERE `id_country` = 69 |
0.035
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/gmerchantcenterpro/lib/moduleTools.php:210 (__construct)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
0.035
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 319 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ab_currency` c
WHERE (deleted = 0) AND (iso_code = 'MXN') LIMIT 1 |
0.035
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenterpro/lib/moduleTools.php:214 (getIdByIsoCode)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 324 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
0.035
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 111 |
SELECT SQL_NO_CACHE id_shop
FROM `ab_category_shop`
WHERE `id_category` = 300
AND id_shop = 1 LIMIT 1 |
0.034
ms
|
1 |
|
|
/classes/ObjectModel.php:1732
/controllers/front/ProductController.php:893 (isAssociatedToShop)
/controllers/front/ProductController.php:368 (assignCategory)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module_shop` WHERE `id_module` = 124 AND `id_shop` = 1 LIMIT 1 |
0.034
ms
|
1 |
|
|
/classes/module/Module.php:2137
/override/classes/Product.php:14 (isEnabled)
/controllers/front/ProductController.php:1312 (getAttributesGroups)
/controllers/front/ProductController.php:1263 (findProductCombinationById)
/controllers/front/ProductController.php:1210 (getProductMinimalQuantity)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 253 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
0.034
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE *
FROM `ab_country` a
LEFT JOIN `ab_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 21) LIMIT 1 |
0.034
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/gmerchantcenterpro/lib/moduleTools.php:210 (__construct)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 490 |
SELECT SQL_NO_CACHE location
FROM `ab_stock_available`
WHERE (id_product = 25157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.034
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7881 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/magiczoomplus/magiczoomplus.php:1363 (__construct)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (parseTemplateStandard)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2260 (fetch)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:564 (display)
/modules/allinone_rewards/plugins/RewardsLoyaltyPlugin.php:481 (displayRewardOnProductPage)
/modules/allinone_rewards/allinone_rewards.php:603 (hookDisplayProductAdditionalInfo)
/modules/allinone_rewards/allinone_rewards.php:592 (_genericHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/fd/da/75/fdda75fd956aacb6c67452d6dbc4bdbfb8d02812_2.file.product-additional-info.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856124540_14747912)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:278 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/f6/cc/ba/f6ccba9020add0a9f8618ef9976821105734d73d_2.file.tv-product-1.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa856053f11_84294711)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 596 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "ps_crossselling" LIMIT 1 |
0.034
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 46 |
SELECT SQL_NO_CACHE id_shop
FROM `ab_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.033
ms
|
1 |
|
|
/classes/ObjectModel.php:1732
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/ProductController.php:124 (init)
/override/controllers/front/ProductController.php:13 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 287 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
0.033
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 250 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
0.033
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 283 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
0.033
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 320 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
0.033
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 325 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
0.033
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 332 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
0.033
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 334 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
0.033
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 257 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
0.032
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 285 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
0.032
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 335 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
0.032
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 339 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
0.032
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 568 |
SELECT SQL_NO_CACHE product_type FROM `ab_product` WHERE id_product = 9187 LIMIT 1 |
0.032
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5813 (getQuantity)
/classes/Product.php:6001 (getProductProperties)
/override/classes/Product.php:46 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:264 (getProductsProperties)
/modules/absfrequentlyboughttogether/class/AbsBuyItWith.php:1805 (listProducts)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:761 (createList)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module_shop` WHERE `id_module` = 150 AND `id_shop` = 1 LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/lgseoredirect/lgseoredirect.php:881 (isEnabled)
/modules/lgseoredirect/lgseoredirect.php:830 (checkRedirection)
/classes/Hook.php:1083 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 119 |
SELECT SQL_NO_CACHE 1 FROM `ab_specific_price` WHERE `to` BETWEEN '2026-04-12 00:00:00' AND '2026-04-12 23:59:59' LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/SpecificPrice.php:381
/classes/SpecificPrice.php:645 (computeExtraConditions)
/controllers/front/ProductController.php:611 (getQuantityDiscounts)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 227 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ab_category` c
WHERE (c.`id_category` = 185) LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/Category.php:2002
/classes/Product.php:7858 (getInterval)
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:52 (getProductLink)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:882 (getProductLink)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:1387 (processConditionProductsCart)
/modules/mdgiftproduct/classes/models/MdGiftRule.php:365 (validateGiftRuleConditions)
/modules/mdgiftproduct/mdgiftproduct.php:198 (getValidGiftRules)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE `name`
FROM `ab_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 69 LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/Country.php:252
/modules/gmerchantcenterpro/lib/moduleTools.php:209 (getNameById)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 251 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 286 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 326 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 327 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 336 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 337 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 338 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 340 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 341 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
0.031
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 291 |
SELECT SQL_NO_CACHE `name`
FROM `ab_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 144 LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/Country.php:252
/modules/gmerchantcenterpro/lib/moduleTools.php:209 (getNameById)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 329 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'AR' LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 585 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.030
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:831 (isEnabled)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 213 |
SELECT SQL_NO_CACHE `id_product`
FROM `ab_product` WHERE id_product = 25157 LIMIT 1 |
0.030
ms
|
1 |
|
|
/modules/giftcard/models/Gift.php:123
/modules/giftcard/giftcard.php:899 (isExists)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 22 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module_shop` WHERE `id_module` = 35 AND `id_shop` = 1 LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/lgseoredirect/lgseoredirect.php:109 (isEnabled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 141 |
SELECT SQL_NO_CACHE id_shop FROM `ab_rg_productextratabs_tab_shop` WHERE `id_tab` = 2 |
0.029
ms
|
1 |
|
|
/classes/ObjectModel.php:1800
/modules/rg_productextratabs/classes/RgPetTab.php:115 (getAssociatedShops)
/modules/rg_productextratabs/rg_productextratabs.php:1934 (__construct)
/modules/rg_productextratabs/rg_productextratabs.php:1884 (_commonProductTab)
/classes/Hook.php:1083 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 200 |
SELECT SQL_NO_CACHE version FROM ab_module WHERE name = "mdgiftproduct" LIMIT 1 |
0.029
ms
|
1 |
|
|
/modules/mdgiftproduct/mdgiftproduct.php:269
/modules/mdgiftproduct/mdgiftproduct.php:381 (getcurrentInstalledVersion)
/override/classes/Cart.php:103 (getCartGiftData)
/src/Adapter/Presenter/Cart/CartLazyArray.php:170 (getProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getProducts)
/src/Core/Filter/HashMapWhitelistFilter.php:171 (offsetGet)
/src/Core/Filter/FrontEndObject/MainFilter.php:64 (filter)
/classes/controller/FrontController.php:611 (filter)
/classes/controller/FrontController.php:594 (buildFrontEndObject)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 293 |
SELECT SQL_NO_CACHE *
FROM `ab_country_lang`
WHERE `id_country` = 144 |
0.029
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/gmerchantcenterpro/lib/moduleTools.php:210 (__construct)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 595 |
SELECT SQL_NO_CACHE * FROM `ab_rewards_template_config` WHERE `value`=1 AND `name`='RSPONSORSHIP_ACTIVE' LIMIT 1 |
0.028
ms
|
1 |
|
|
/modules/allinone_rewards/models/RewardsTemplateModel.php:135
/modules/allinone_rewards/models/RewardsTemplateModel.php:378 (isActiveAtLeastOnce)
/modules/allinone_rewards/plugins/RewardsSponsorshipPlugin.php:243 (isActiveAtLeastOnce)
/modules/allinone_rewards/allinone_rewards.php:602 (isActive)
/modules/allinone_rewards/allinone_rewards.php:592 (_genericHook)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2/ac/c7/70/acc77007e8b233b69fe0294cf3096dd3ab91dfff_2.file.freqboughttogether_17.tpl.php:378 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa8561c4d48_12761543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2260 (fetch)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:884 (display)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 238 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "gremarketing" LIMIT 1 |
0.027
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/gmerchantcenterpro/lib/moduleTools.php:544 (isInstalled)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:84 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 258 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 597 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module_shop` WHERE `id_module` = 73 AND `id_shop` = 1 LIMIT 1 |
0.027
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 300 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ab_currency` c
WHERE (deleted = 0) AND (iso_code = 'UYU') LIMIT 1 |
0.026
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenterpro/lib/moduleTools.php:214 (getIdByIsoCode)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 269 |
SELECT SQL_NO_CACHE *
FROM `ab_country_lang`
WHERE `id_country` = 21 |
0.025
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/gmerchantcenterpro/lib/moduleTools.php:210 (__construct)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 590 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "creativeelements" LIMIT 1 |
0.024
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:839 (isEnabled)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 254 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
0.024
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 267 |
SELECT SQL_NO_CACHE `name`
FROM `ab_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 21 LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/Country.php:252
/modules/gmerchantcenterpro/lib/moduleTools.php:209 (getNameById)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 587 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.023
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:835 (isEnabled)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 294 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
0.023
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 591 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module_shop` WHERE `id_module` = 145 AND `id_shop` = 1 LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:839 (isEnabled)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 255 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'US' LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 284 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
0.022
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 259 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 296 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 301 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 302 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ab_currency` c
WHERE (deleted = 0) AND (iso_code = 'PEN') LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenterpro/lib/moduleTools.php:214 (getIdByIsoCode)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 305 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ab_currency` c
WHERE (deleted = 0) AND (iso_code = 'PYG') LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenterpro/lib/moduleTools.php:214 (getIdByIsoCode)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 307 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ab_currency` c
WHERE (deleted = 0) AND (iso_code = 'GTQ') LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenterpro/lib/moduleTools.php:214 (getIdByIsoCode)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 309 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ab_currency` c
WHERE (deleted = 0) AND (iso_code = 'CRC') LIMIT 1 |
0.021
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/gmerchantcenterpro/lib/moduleTools.php:214 (getIdByIsoCode)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'US' LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 271 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'US' LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 277 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'US' LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 295 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 297 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 303 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 306 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 586 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "stshoppingcart" LIMIT 1 |
0.020
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:835 (isEnabled)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 588 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module` WHERE `name` = "nrtshoppingcart" LIMIT 1 |
0.020
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:837 (isEnabled)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 263 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
0.020
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 261 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
0.019
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 264 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
0.019
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 265 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
0.019
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 274 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'US' LIMIT 1 |
0.019
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 275 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'US' LIMIT 1 |
0.019
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 276 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'US' LIMIT 1 |
0.019
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 280 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'US' LIMIT 1 |
0.019
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 281 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'US' LIMIT 1 |
0.019
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 308 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
0.019
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'US' LIMIT 1 |
0.019
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'US' LIMIT 1 |
0.019
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 278 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
0.019
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 279 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'US' LIMIT 1 |
0.019
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 282 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'CO' LIMIT 1 |
0.019
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 298 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'MX' LIMIT 1 |
0.019
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
0.019
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 304 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'ES' LIMIT 1 |
0.019
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 589 |
SELECT SQL_NO_CACHE `id_module` FROM `ab_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.018
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/absfrequentlyboughttogether/absfrequentlyboughttogether.php:837 (isEnabled)
/classes/Hook.php:1083 (hookdisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:187 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/95/7e/34/957e34da37a6e267a957d3bb19623aeb09bcb854_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ee7936_56665664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/94/fc/fa/94fcfa2423879b22aba67f10c6c66de5963b1dec_2.file.layout-full-width.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed8761_40525114)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7e/99/e4/7e99e4ab58ce0f2327afaf76600ef01cc0f92cb1_2.file.product.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ed2eb9_32418721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/v1_lacausa_2layouts_layout_full_width_tpl/7f/37/6b/7f376b44c97932dc6f72da714e5cd2b47a8aff55_2.file.product.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69daa855ebcb25_35121455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 262 |
SELECT SQL_NO_CACHE `id_country`
FROM `ab_country`
WHERE `iso_code` = 'CL' LIMIT 1 |
0.018
ms
|
1 |
|
|
/classes/Country.php:194
/modules/gmerchantcenterpro/lib/moduleTools.php:206 (getByIso)
/modules/gmerchantcenterpro/gmerchantcenterpro.php:87 (getLangCurrencyCountry)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|