| 99 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, IFNULL(product_attribute_shop.`id_product_attribute`,0) id_product_attribute
, 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,
DATEDIFF(
product_shop.`date_add`,
DATE_SUB(
"2026-09-26 00:00:00",
INTERVAL 20 DAY
)
) > 0 AS new FROM `fiodusi7_product` p
INNER JOIN fiodusi7_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)LEFT JOIN `fiodusi7_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 `fiodusi7_product_lang` pl
ON (p.`id_product` = pl.`id_product` AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `fiodusi7_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 `fiodusi7_image_lang` il
ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
LEFT JOIN `fiodusi7_manufacturer` m
ON (m.`id_manufacturer` = p.`id_manufacturer`)
LEFT JOIN fiodusi7_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 )JOIN `fiodusi7_category_product` cp ON (p.id_product = cp.id_product)JOIN `fiodusi7_category_group` cg ON (cp.`id_category` = cg.`id_category` AND cg.`id_group` =1)JOIN `fiodusi7_category` ca ON cp.`id_category` = ca.`id_category` AND ca.`active` = 1
WHERE p.`id_manufacturer` = 285
AND product_shop.`active` = 1
AND product_shop.`visibility` IN ("both", "catalog")
GROUP BY p.id_product
ORDER BY pl.`name` asc
LIMIT 0,36 |
22.119
ms
|
29 |
Yes
|
Yes
|
/classes/Manufacturer.php:499
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 111 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `fiodusi7_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `fiodusi7_hook_alias` ha
INNER JOIN `fiodusi7_hook` h ON ha.name = h.name |
20.791
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:3925 (getManager)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 284 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `fiodusi7_product` p LEFT JOIN `fiodusi7_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN fiodusi7_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN fiodusi7_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` = 25950 AND pa.`id_product` = 25950 AND pa.`id_product_attribute` = 100834 LIMIT 1 |
13.925
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 146 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 97476
AND cp.`id_cart` = 0 AND cp.`id_product` = 23850 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 97476
AND cp.`id_cart` = 0 AND p.`id_product_item` = 23850 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
12.166
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "ps_accounts" LIMIT 1 |
11.873
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:257
/src/Adapter/Module/ModuleDataProvider.php:228 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:329 (isInstalled)
/modules/psshipping/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83 (isInstalled)
/modules/psshipping/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44 (isModuleInstalled)
/modules/psshipping/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62 (getService)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:66 (getPsAccountsService)
/var/cache/prod/Ps_facebookFrontContainer.php:273 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/psshipping/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:308 (getService)
/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/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_country_lang`
WHERE `id_country` = 9 |
9.805
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:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 244 |
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 `fiodusi7_attribute` a
LEFT JOIN `fiodusi7_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `fiodusi7_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN fiodusi7_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 `fiodusi7_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 25771
AND pac.`id_product_attribute` = 100102
AND agl.`id_lang` = 1 |
9.055
ms
|
2 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 242 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `fiodusi7_product` p LEFT JOIN `fiodusi7_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN fiodusi7_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN fiodusi7_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` = 25771 AND pa.`id_product` = 25771 AND pa.`id_product_attribute` = 100102 LIMIT 1 |
8.596
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 144 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 23850 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_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` = 23850 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
7.932
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE t.id_template, t.template_filters AS filters, t.additional_settings, tl.data AS lang
FROM fiodusi7_af_templates t
LEFT JOIN fiodusi7_af_templates_lang tl
ON tl.id_template = t.id_template AND tl.id_shop = t.id_shop AND tl.id_lang = 1
INNER JOIN `fiodusi7_af_manufacturer_templates` ct
ON ct.id_template = t.id_template AND ct.id_shop = t.id_shop
AND ct.`id_manufacturer` IN (285, 0)
WHERE t.active = 1 AND t.template_controller = 'manufacturer'
AND t.id_shop = 1
ORDER BY ct.`id_manufacturer` DESC, t.id_template DESC LIMIT 1 |
7.885
ms
|
1 |
Yes
|
|
/modules/amazzingfilter/amazzingfilter.php:3633
/modules/amazzingfilter/amazzingfilter.php:3655 (getTemplateForCurrentPage)
/modules/amazzingfilter/amazzingfilter.php:2752 (defineFilterParams)
/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/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 379 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 476 AND c.nright >= 477)
ORDER BY c.nleft |
7.732
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fiodusi7_feature_product pf
LEFT JOIN fiodusi7_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fiodusi7_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fiodusi7_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fiodusi7_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 25771
ORDER BY f.position ASC |
7.724
ms
|
1 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 16 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `fiodusi7_module` m
INNER JOIN fiodusi7_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 `fiodusi7_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `fiodusi7_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `fiodusi7_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` |
7.103
ms
|
375 |
Yes
|
Yes
|
/classes/Hook.php:1289
/classes/Hook.php:738 (getAllHookRegistrations)
/classes/Hook.php:848 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 769 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 464 AND c.nright >= 465)
ORDER BY c.nleft |
7.062
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (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/outdoorwaylayouts_layout_full_width_tpl/06/ef/aa/06efaa275831b6c53fd5c7d0baa31dee1a6b3f71_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247360c6_34131777)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 572 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 482 AND c.nright >= 483)
ORDER BY c.nleft |
7.014
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE DISTINCT `id_product_attribute` FROM `fiodusi7_specific_price` WHERE `id_product_attribute` != 0 |
6.772
ms
|
200 |
|
|
/classes/SpecificPrice.php:310
/classes/SpecificPrice.php:368 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 348 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 100841
AND cp.`id_cart` = 0 AND cp.`id_product` = 25951 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 100841
AND cp.`id_cart` = 0 AND p.`id_product_item` = 25951 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
6.445
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 674 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (100108, 100109, 100110, 100111, 100112, 100113) AND il.`id_lang` = 1 ORDER by i.`position` |
6.280
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 18 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `fiodusi7_hook` |
6.148
ms
|
1165 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/Hook.php:857 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 292 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25865) AND (b.`id_shop` = 1) LIMIT 1 |
5.985
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 116 |
SELECT SQL_NO_CACHE `reduction`
FROM `fiodusi7_product_group_reduction_cache`
WHERE `id_product` = 27861 AND `id_group` = 1 LIMIT 1 |
5.892
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 606 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fiodusi7_feature_product pf
LEFT JOIN fiodusi7_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fiodusi7_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fiodusi7_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fiodusi7_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 23837
ORDER BY f.position ASC |
5.807
ms
|
2 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 297 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fiodusi7_product_shop`
WHERE `id_product` = 25865 AND id_shop=1 LIMIT 1 |
5.723
ms
|
1 |
|
|
/classes/Product.php:6876
/override/classes/Product.php:363 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 852 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 23850 LIMIT 1 |
5.605
ms
|
6 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 113 |
SELECT SQL_NO_CACHE tr.*
FROM `fiodusi7_tax_rule` tr
JOIN `fiodusi7_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 9
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 358)
AND ('17674' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '17674')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
5.579
ms
|
2 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `fiodusi7_configuration` c
LEFT JOIN `fiodusi7_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
5.573
ms
|
1887 |
|
|
/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)
|
| 81 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_country` a
LEFT JOIN `fiodusi7_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 9) LIMIT 1 |
5.518
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 115 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_tax_lang`
WHERE `id_tax` = 1 |
5.399
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:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 907 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25773) AND (id_product_attribute = 100118) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
5.378
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 279 |
SELECT SQL_NO_CACHE product_type FROM `fiodusi7_product` WHERE id_product = 25950 LIMIT 1 |
5.247
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 112 |
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 `fiodusi7_hook_module` hm
STRAIGHT_JOIN `fiodusi7_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `fiodusi7_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
5.192
ms
|
796 |
|
|
/classes/Hook.php:459
/classes/Hook.php:496 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 616 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE id_product = 16622 LIMIT 1 |
5.063
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 168 |
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 `fiodusi7_product` p
INNER JOIN `fiodusi7_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fiodusi7_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` = 17732) |
4.920
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 583 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 97399
AND cp.`id_cart` = 0 AND cp.`id_product` = 23836 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 97399
AND cp.`id_cart` = 0 AND p.`id_product_item` = 23836 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
4.835
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 614 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 460 AND c.nright >= 461)
ORDER BY c.nleft |
4.713
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 78 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
4.675
ms
|
9 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:381 (getImagesTypes)
/classes/controller/FrontController.php:1627 (getNoPictureImage)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 911 |
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 `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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 fiodusi7_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 `fiodusi7_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fiodusi7_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fiodusi7_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` sad ON (sad.`id_product_attribute` = pa.`id_product_attribute`)
AND sad.id_shop IN (1)
WHERE pa.`id_product` IN (25773) AND ag.`is_color_group` = 1
AND sad.`id_tot_switch_attribute_disabled` IS NULL
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
4.649
ms
|
6 |
Yes
|
|
/override/classes/Product.php:66
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:226 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 19 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `fiodusi7_module` m
LEFT JOIN `fiodusi7_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
4.638
ms
|
143 |
|
|
/classes/module/Module.php:346
/modules/klaviyopsautomation/includes/KlaviyoPsModule.php:130 (__construct)
/modules/klaviyopsautomation/klaviyopsautomation.php:43 (__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)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 323 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 25949 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_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` = 25949 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
4.616
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 262 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 100108
AND cp.`id_cart` = 0 AND cp.`id_product` = 25772 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 100108
AND cp.`id_cart` = 0 AND p.`id_product_item` = 25772 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
4.614
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 574 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE id_product = 23836 LIMIT 1 |
4.589
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 288 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute` a
LEFT JOIN `fiodusi7_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 100834) LIMIT 1 |
4.541
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fiodusi7_feature_product pf
LEFT JOIN fiodusi7_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fiodusi7_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fiodusi7_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fiodusi7_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 23850
ORDER BY f.position ASC |
4.527
ms
|
3 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute_lang`
WHERE `id_product_attribute` = 100102 |
4.513
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fiodusi7_feature_product pf
LEFT JOIN fiodusi7_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fiodusi7_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fiodusi7_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fiodusi7_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 27861
ORDER BY f.position ASC |
4.386
ms
|
3 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 573 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 97399 LIMIT 1 |
4.386
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 607 |
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 `fiodusi7_attribute` a
LEFT JOIN `fiodusi7_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `fiodusi7_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN fiodusi7_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 `fiodusi7_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 23837
AND pac.`id_product_attribute` = 97404
AND agl.`id_lang` = 1 |
4.292
ms
|
2 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 830 |
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 `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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 fiodusi7_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 `fiodusi7_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fiodusi7_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fiodusi7_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` sad ON (sad.`id_product_attribute` = pa.`id_product_attribute`)
AND sad.id_shop IN (1)
WHERE pa.`id_product` IN (27861) AND ag.`is_color_group` = 1
AND sad.`id_tot_switch_attribute_disabled` IS NULL
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
4.139
ms
|
5 |
Yes
|
|
/override/classes/Product.php:66
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:226 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 86 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module_shop` WHERE `id_module` = 69 AND `id_shop` = 1 LIMIT 1 |
4.128
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:55 (isEnabled)
/var/cache/prod/Ps_facebookFrontContainer.php:273 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/psshipping/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:308 (getService)
/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/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1050 |
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 `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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 fiodusi7_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 `fiodusi7_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fiodusi7_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fiodusi7_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` sad ON (sad.`id_product_attribute` = pa.`id_product_attribute`)
AND sad.id_shop IN (1)
WHERE pa.`id_product` IN (25952) AND ag.`is_color_group` = 1
AND sad.`id_tot_switch_attribute_disabled` IS NULL
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
4.111
ms
|
5 |
Yes
|
|
/override/classes/Product.php:66
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:226 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 991 |
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 `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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 fiodusi7_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 `fiodusi7_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fiodusi7_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fiodusi7_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` sad ON (sad.`id_product_attribute` = pa.`id_product_attribute`)
AND sad.id_shop IN (1)
WHERE pa.`id_product` IN (25865) AND ag.`is_color_group` = 1
AND sad.`id_tot_switch_attribute_disabled` IS NULL
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
4.041
ms
|
6 |
Yes
|
|
/override/classes/Product.php:66
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:226 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 23850) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
4.037
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 317 |
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 `fiodusi7_product` p
INNER JOIN `fiodusi7_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fiodusi7_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` = 25949) |
4.015
ms
|
5 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 771 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 476 AND c.nright >= 477)
ORDER BY c.nleft |
3.995
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (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/outdoorwaylayouts_layout_full_width_tpl/06/ef/aa/06efaa275831b6c53fd5c7d0baa31dee1a6b3f71_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247360c6_34131777)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 781 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 482 AND c.nright >= 483)
ORDER BY c.nleft |
3.988
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (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/outdoorwaylayouts_layout_full_width_tpl/06/ef/aa/06efaa275831b6c53fd5c7d0baa31dee1a6b3f71_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247360c6_34131777)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 604 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 97404
AND cp.`id_cart` = 0 AND cp.`id_product` = 23837 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 97404
AND cp.`id_cart` = 0 AND p.`id_product_item` = 23837 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3.845
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 770 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 476 AND c.nright >= 477)
ORDER BY c.nleft |
3.826
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (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/outdoorwaylayouts_layout_full_width_tpl/06/ef/aa/06efaa275831b6c53fd5c7d0baa31dee1a6b3f71_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247360c6_34131777)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute_lang`
WHERE `id_product_attribute` = 100114 |
3.803
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1 |
3.780
ms
|
1198 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:368 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 283 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 100834
AND cp.`id_cart` = 0 AND cp.`id_product` = 25950 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 100834
AND cp.`id_cart` = 0 AND p.`id_product_item` = 25950 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3.764
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 147 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `fiodusi7_product` p LEFT JOIN `fiodusi7_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN fiodusi7_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN fiodusi7_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` = 23850 AND pa.`id_product` = 23850 AND pa.`id_product_attribute` = 97476 LIMIT 1 |
3.742
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 218 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 25773 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_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` = 25773 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3.713
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1294 |
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `fiodusi7_category_product` cp
LEFT JOIN `fiodusi7_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `fiodusi7_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN fiodusi7_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (27861,23850,17732,17727,25773,25771,25772,25950,25865,25949,25951,25952,27863,25768,25769,16644,19781,25767,25770,15952,23835,23836,23837,16622) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC |
3.696
ms
|
72 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:68 (loadCategories)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php: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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 625 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16622 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_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` = 16622 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3.693
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 264 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fiodusi7_feature_product pf
LEFT JOIN fiodusi7_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fiodusi7_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fiodusi7_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fiodusi7_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 25772
ORDER BY f.position ASC |
3.602
ms
|
1 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 23850) AND (id_product_attribute = 97476) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.530
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 602 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 23837 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_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` = 23837 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3.521
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 260 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 25772 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_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` = 25772 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3.500
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM fiodusi7_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
3.487
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:302 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:27 (require)
|
| 235 |
SELECT SQL_NO_CACHE `reduction`
FROM `fiodusi7_product_group_reduction_cache`
WHERE `id_product` = 25771 AND `id_group` = 1 LIMIT 1 |
3.483
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 474 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 19781 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_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` = 19781 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3.445
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 892 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 17727 LIMIT 1 |
3.409
ms
|
8 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 261 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25772) AND (id_product_attribute = 100108) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.389
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
3.360
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)
|
| 150 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_tot_switch_attribute_disabled` AS sad
WHERE `id_product_attribute` = 97476 AND sad.id_shop IN (1) |
3.338
ms
|
0 |
|
|
/modules/totswitchattribute/totswitchattribute.php:616
/classes/Hook.php:1083 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Product.php:5871 (exec)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 296 |
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 `fiodusi7_product` p
INNER JOIN `fiodusi7_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fiodusi7_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` = 25865) |
3.314
ms
|
6 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 629 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fiodusi7_feature_product pf
LEFT JOIN fiodusi7_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fiodusi7_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fiodusi7_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fiodusi7_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 16622
ORDER BY f.position ASC |
3.293
ms
|
2 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 919 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 460 AND c.nright >= 461)
ORDER BY c.nleft |
3.212
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/modules/hiproductlistattributes/hiproductlistattributes.php:1423 (offsetGet)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 413 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fiodusi7_feature_product pf
LEFT JOIN fiodusi7_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fiodusi7_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fiodusi7_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fiodusi7_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 25768
ORDER BY f.position ASC |
3.202
ms
|
2 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 926 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25771) AND (id_product_attribute = 100104) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.190
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 289 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute_lang`
WHERE `id_product_attribute` = 100834 |
3.177
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 987 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25865) AND (id_product_attribute = 100519) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.128
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 988 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25865) AND (id_product_attribute = 100520) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.095
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1041 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_lang`
WHERE `id_product` = 25952 AND `id_shop` = 1 |
3.036
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute` a
LEFT JOIN `fiodusi7_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 103424) LIMIT 1 |
3.013
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 79 |
SELECT SQL_NO_CACHE format
FROM `fiodusi7_address_format`
WHERE `id_country` = 9 LIMIT 1 |
3.010
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:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 122 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 27861 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_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` = 27861 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3.007
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 896 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (90511, 90512, 90513, 90514, 90515, 90516, 90517, 90518) AND il.`id_lang` = 1 ORDER by i.`position` |
3.007
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 858 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 482 AND c.nright >= 483)
ORDER BY c.nleft |
2.967
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/modules/hiproductlistattributes/hiproductlistattributes.php:1423 (offsetGet)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 630 |
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 `fiodusi7_attribute` a
LEFT JOIN `fiodusi7_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `fiodusi7_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN fiodusi7_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 `fiodusi7_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 16622
AND pac.`id_product_attribute` = 89477
AND agl.`id_lang` = 1 |
2.945
ms
|
2 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 829 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `fiodusi7_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 27861 LIMIT 1 |
2.927
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:131 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:361 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 895 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 17727 |
2.912
ms
|
8 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1010 |
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 `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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 fiodusi7_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 `fiodusi7_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fiodusi7_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fiodusi7_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` sad ON (sad.`id_product_attribute` = pa.`id_product_attribute`)
AND sad.id_shop IN (1)
WHERE pa.`id_product` IN (25949) AND ag.`is_color_group` = 1
AND sad.`id_tot_switch_attribute_disabled` IS NULL
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2.906
ms
|
5 |
Yes
|
|
/override/classes/Product.php:66
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:226 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 325 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 100832
AND cp.`id_cart` = 0 AND cp.`id_product` = 25949 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 100832
AND cp.`id_cart` = 0 AND p.`id_product_item` = 25949 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.902
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 281 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 25950 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_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` = 25950 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.899
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 518 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 100100
AND cp.`id_cart` = 0 AND cp.`id_product` = 25770 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 100100
AND cp.`id_cart` = 0 AND p.`id_product_item` = 25770 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.898
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 72 |
SELECT SQL_NO_CACHE `name`
FROM `fiodusi7_hook`
WHERE `id_hook` = 1174 LIMIT 1 |
2.878
ms
|
1 |
|
|
/classes/Hook.php:247
/classes/Hook.php:917 (getNameById)
/classes/controller/FrontController.php:521 (exec)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 762 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 464 AND c.nright >= 465)
ORDER BY c.nleft |
2.875
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (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/outdoorwaylayouts_layout_full_width_tpl/06/ef/aa/06efaa275831b6c53fd5c7d0baa31dee1a6b3f71_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247360c6_34131777)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_tot_switch_attribute_disabled` AS sad
WHERE `id_product_attribute` = 100108 AND sad.id_shop IN (1) |
2.873
ms
|
0 |
|
|
/modules/totswitchattribute/totswitchattribute.php:616
/classes/Hook.php:1083 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Product.php:5871 (exec)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 921 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_lang`
WHERE `id_product` = 25771 AND `id_shop` = 1 |
2.863
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE `reduction`
FROM `fiodusi7_product_group_reduction_cache`
WHERE `id_product` = 25772 AND `id_group` = 1 LIMIT 1 |
2.846
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1161 |
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 `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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 fiodusi7_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 `fiodusi7_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fiodusi7_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fiodusi7_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` sad ON (sad.`id_product_attribute` = pa.`id_product_attribute`)
AND sad.id_shop IN (1)
WHERE pa.`id_product` IN (25767) AND ag.`is_color_group` = 1
AND sad.`id_tot_switch_attribute_disabled` IS NULL
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2.809
ms
|
5 |
Yes
|
|
/override/classes/Product.php:66
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:226 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 294 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 100515 LIMIT 1 |
2.808
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 971 |
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 `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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 fiodusi7_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 `fiodusi7_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fiodusi7_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fiodusi7_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` sad ON (sad.`id_product_attribute` = pa.`id_product_attribute`)
AND sad.id_shop IN (1)
WHERE pa.`id_product` IN (25950) AND ag.`is_color_group` = 1
AND sad.`id_tot_switch_attribute_disabled` IS NULL
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2.808
ms
|
5 |
Yes
|
|
/override/classes/Product.php:66
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:226 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 516 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 25770 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_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` = 25770 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.802
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1067 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 27863) AND (id_product_attribute = 103437) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.777
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 141 |
SELECT SQL_NO_CACHE COUNT(*) FROM `fiodusi7_pack` WHERE id_product_pack = 23850 LIMIT 1 |
2.774
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1169 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 482 AND c.nright >= 483)
ORDER BY c.nleft |
2.769
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/modules/hiproductlistattributes/hiproductlistattributes.php:1423 (offsetGet)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 15 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `fiodusi7_hook` h
WHERE (h.active = 1) |
2.766
ms
|
1165 |
|
|
/classes/Hook.php:1388
/classes/Hook.php:817 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 520 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fiodusi7_feature_product pf
LEFT JOIN fiodusi7_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fiodusi7_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fiodusi7_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fiodusi7_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 25770
ORDER BY f.position ASC |
2.766
ms
|
2 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 981 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_lang`
WHERE `id_product` = 25865 AND `id_shop` = 1 |
2.765
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 766 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 460 AND c.nright >= 461)
ORDER BY c.nleft |
2.753
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (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/outdoorwaylayouts_layout_full_width_tpl/06/ef/aa/06efaa275831b6c53fd5c7d0baa31dee1a6b3f71_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247360c6_34131777)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 287 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_tot_switch_attribute_disabled` AS sad
WHERE `id_product_attribute` = 100834 AND sad.id_shop IN (1) |
2.717
ms
|
0 |
|
|
/modules/totswitchattribute/totswitchattribute.php:616
/classes/Hook.php:1083 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Product.php:5871 (exec)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 432 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 100091
AND cp.`id_cart` = 0 AND cp.`id_product` = 25769 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 100091
AND cp.`id_cart` = 0 AND p.`id_product_item` = 25769 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.660
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE id_product = 17727 LIMIT 1 |
2.659
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 905 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25773) AND (id_product_attribute = 100116) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.657
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 999 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 464 AND c.nright >= 465)
ORDER BY c.nleft |
2.638
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/modules/hiproductlistattributes/hiproductlistattributes.php:1423 (offsetGet)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 217 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25773) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.617
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 627 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 89477
AND cp.`id_cart` = 0 AND cp.`id_product` = 16622 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 89477
AND cp.`id_cart` = 0 AND p.`id_product_item` = 16622 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.599
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 258 |
SELECT SQL_NO_CACHE product_type FROM `fiodusi7_product` WHERE id_product = 25772 LIMIT 1 |
2.589
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 306 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fiodusi7_feature_product pf
LEFT JOIN fiodusi7_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fiodusi7_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fiodusi7_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fiodusi7_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 25865
ORDER BY f.position ASC |
2.587
ms
|
1 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1124 |
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 `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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 fiodusi7_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 `fiodusi7_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fiodusi7_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fiodusi7_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` sad ON (sad.`id_product_attribute` = pa.`id_product_attribute`)
AND sad.id_shop IN (1)
WHERE pa.`id_product` IN (16644) AND ag.`is_color_group` = 1
AND sad.`id_tot_switch_attribute_disabled` IS NULL
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2.575
ms
|
2 |
Yes
|
|
/override/classes/Product.php:66
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:226 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 293 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 464 AND c.nright >= 465)
ORDER BY c.nleft |
2.505
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 420 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25769) AND (b.`id_shop` = 1) LIMIT 1 |
2.498
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 859 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 17732) LIMIT 1 |
2.492
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 613 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16622) AND (b.`id_shop` = 1) LIMIT 1 |
2.466
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 672 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25772
ORDER BY `position` |
2.457
ms
|
7 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM fiodusi7_shop s
LEFT JOIN fiodusi7_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 |
2.445
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)
|
| 174 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 17732 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_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` = 17732 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.418
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 575 |
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 `fiodusi7_product` p
INNER JOIN `fiodusi7_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fiodusi7_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` = 23836) |
2.395
ms
|
5 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 117 |
SELECT SQL_NO_CACHE `reduction`
FROM `fiodusi7_group`
WHERE `id_group` = 1 LIMIT 1 |
2.380
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3994 (getReductionByIdGroup)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 46 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `fiodusi7_meta` m
LEFT JOIN `fiodusi7_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
2.371
ms
|
67 |
Yes
|
|
/classes/Dispatcher.php:654
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 302 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 25865 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_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` = 25865 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.365
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 263 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `fiodusi7_product` p LEFT JOIN `fiodusi7_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN fiodusi7_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN fiodusi7_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` = 25772 AND pa.`id_product` = 25772 AND pa.`id_product_attribute` = 100108 LIMIT 1 |
2.362
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 704 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (103432, 103433, 103434, 103435, 103436, 103437) AND il.`id_lang` = 1 ORDER by i.`position` |
2.355
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 763 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 464 AND c.nright >= 465)
ORDER BY c.nleft |
2.346
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (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/outdoorwaylayouts_layout_full_width_tpl/06/ef/aa/06efaa275831b6c53fd5c7d0baa31dee1a6b3f71_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247360c6_34131777)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `fiodusi7_product` p
INNER JOIN `fiodusi7_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fiodusi7_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` = 23850) |
2.322
ms
|
6 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1295 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 103424
ORDER BY ag.`position` ASC, a.`position` ASC |
2.322
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php: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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1043 |
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 `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (100845,100846,100847,100848,100849)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
2.322
ms
|
10 |
|
|
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1040 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25952) LIMIT 1 |
2.313
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1110 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25769 LIMIT 1 |
2.307
ms
|
5 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1003 |
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 `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (100829,100830,100831,100832,100833)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
2.303
ms
|
10 |
|
|
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1200 |
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 `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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 fiodusi7_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 `fiodusi7_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fiodusi7_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fiodusi7_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` sad ON (sad.`id_product_attribute` = pa.`id_product_attribute`)
AND sad.id_shop IN (1)
WHERE pa.`id_product` IN (15952) AND ag.`is_color_group` = 1
AND sad.`id_tot_switch_attribute_disabled` IS NULL
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2.292
ms
|
6 |
Yes
|
|
/override/classes/Product.php:66
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:226 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 611 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 16622
AND image_shop.`cover` = 1 LIMIT 1 |
2.280
ms
|
9 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1269 |
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 `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (89477,89478)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
2.267
ms
|
4 |
|
|
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 767 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 464 AND c.nright >= 465)
ORDER BY c.nleft |
2.266
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (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/outdoorwaylayouts_layout_full_width_tpl/06/ef/aa/06efaa275831b6c53fd5c7d0baa31dee1a6b3f71_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247360c6_34131777)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 593 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 482 AND c.nright >= 483)
ORDER BY c.nleft |
2.265
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1108 |
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 `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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 fiodusi7_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 `fiodusi7_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fiodusi7_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fiodusi7_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` sad ON (sad.`id_product_attribute` = pa.`id_product_attribute`)
AND sad.id_shop IN (1)
WHERE pa.`id_product` IN (25769) AND ag.`is_color_group` = 1
AND sad.`id_tot_switch_attribute_disabled` IS NULL
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2.260
ms
|
5 |
Yes
|
|
/override/classes/Product.php:66
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:226 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1058 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 476 AND c.nright >= 477)
ORDER BY c.nleft |
2.248
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/modules/hiproductlistattributes/hiproductlistattributes.php:1423 (offsetGet)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 936 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25771
ORDER BY `position` |
2.236
ms
|
7 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1246 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 482 AND c.nright >= 483)
ORDER BY c.nleft |
2.229
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/modules/hiproductlistattributes/hiproductlistattributes.php:1423 (offsetGet)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1321 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_advancedpopup`
INNER JOIN `fiodusi7_advancedpopup_lang` ON `fiodusi7_advancedpopup`.`id_advancedpopup` = `fiodusi7_advancedpopup_lang`.`id_advancedpopup`
WHERE `id_shop` = 1 AND `id_lang` = 1 AND `active` = 1
AND (`zones` = ""
OR `zones` IS NULL
OR FIND_IN_SET("10", `zones`))
AND (`date_init` <= "2026-09-26 09:07:47" OR `date_init` = "1970-01-01 02:00:00")
AND (`date_end` >= "2026-09-26 09:07:47" OR `date_end` = "1970-01-01 02:00:00")
AND (`customers` = ""
OR `customers` IS NULL
OR FIND_IN_SET("0", `customers`))
AND (`languages` = ""
OR `languages` IS NULL
OR FIND_IN_SET("1", `languages`))
AND (`display_ip_string` = ""
OR `display_ip_string` IS NULL
OR FIND_IN_SET("216.73.216.158", `display_ip_string`))
AND (`display_url_string` = ""
OR `display_url_string` IS NULL
OR INSTR("presta.outdoorway.gr/en/brand/merrell.html?productListView=list&resultsPerPage=36", `display_url_string`) > 0)
AND (`genders` = ""
OR `genders` IS NULL) AND (`groups` = ""
OR `groups` IS NULL OR FIND_IN_SET(1, `groups`)) AND `display_desktop` = 1 AND (`cms` = ""
OR `cms` IS NULL) AND (`controller_exceptions` = ""
OR `controller_exceptions` IS NULL
OR FIND_IN_SET("manufacturer", `controller_exceptions`)) AND (`display_after_cart` = 1
OR `products` = ""
OR `products` IS NULL) AND (`display_after_cart` = 1
OR `categories` = ""
OR `categories` IS NULL) AND (`display_after_cart` = 1
OR (`manufacturers` = ""
OR `manufacturers` IS NULL
OR FIND_IN_SET("285", `manufacturers`))) ORDER BY `priority` ASC; |
2.220
ms
|
1 |
Yes
|
|
/modules/advancedpopupcreator/classes/AdvancedPopup.php:456
/modules/advancedpopupcreator/advancedpopupcreator.php:256 (getPopups)
/modules/advancedpopupcreator/advancedpopupcreator.php:203 (hookDisplayFooter)
/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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 220 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 100114
AND cp.`id_cart` = 0 AND cp.`id_product` = 25773 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 100114
AND cp.`id_cart` = 0 AND p.`id_product_item` = 25773 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.215
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1079 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25768) LIMIT 1 |
2.214
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 782 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 482 AND c.nright >= 483)
ORDER BY c.nleft |
2.189
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (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/outdoorwaylayouts_layout_full_width_tpl/06/ef/aa/06efaa275831b6c53fd5c7d0baa31dee1a6b3f71_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247360c6_34131777)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1238 |
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 `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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 fiodusi7_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 `fiodusi7_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fiodusi7_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fiodusi7_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` sad ON (sad.`id_product_attribute` = pa.`id_product_attribute`)
AND sad.id_shop IN (1)
WHERE pa.`id_product` IN (23836) AND ag.`is_color_group` = 1
AND sad.`id_tot_switch_attribute_disabled` IS NULL
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2.186
ms
|
5 |
Yes
|
|
/override/classes/Product.php:66
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:226 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 495 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 25767 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_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` = 25767 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.183
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1273 |
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 `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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 fiodusi7_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 `fiodusi7_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fiodusi7_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fiodusi7_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` sad ON (sad.`id_product_attribute` = pa.`id_product_attribute`)
AND sad.id_shop IN (1)
WHERE pa.`id_product` IN (16622) AND ag.`is_color_group` = 1
AND sad.`id_tot_switch_attribute_disabled` IS NULL
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2.182
ms
|
2 |
Yes
|
|
/override/classes/Product.php:66
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:226 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 836 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (103422, 103423, 103424, 103425, 103426) AND il.`id_lang` = 1 ORDER by i.`position` |
2.163
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 992 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-09-26 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM fiodusi7_product p
LEFT JOIN fiodusi7_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fiodusi7_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN fiodusi7_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (25865) |
2.160
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/hiproductlistattributes/hiproductlistattributes.php:335 (assembleProduct)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 964 |
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 `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (100834,100835,100836,100837,100838)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
2.148
ms
|
10 |
|
|
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE COUNT(*) FROM `fiodusi7_pack` WHERE id_product_pack = 27861 LIMIT 1 |
2.139
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1150 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 460 AND c.nright >= 461)
ORDER BY c.nleft |
2.136
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/modules/hiproductlistattributes/hiproductlistattributes.php:1423 (offsetGet)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 125 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `fiodusi7_product` p LEFT JOIN `fiodusi7_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN fiodusi7_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN fiodusi7_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` = 27861 AND pa.`id_product` = 27861 AND pa.`id_product_attribute` = 103424 LIMIT 1 |
2.130
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 186 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 464 AND c.nright >= 465)
ORDER BY c.nleft |
2.130
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 780 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 482 AND c.nright >= 483)
ORDER BY c.nleft |
2.130
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (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/outdoorwaylayouts_layout_full_width_tpl/06/ef/aa/06efaa275831b6c53fd5c7d0baa31dee1a6b3f71_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247360c6_34131777)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 587 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_tot_switch_attribute_disabled` AS sad
WHERE `id_product_attribute` = 97399 AND sad.id_shop IN (1) |
2.127
ms
|
0 |
|
|
/modules/totswitchattribute/totswitchattribute.php:616
/classes/Hook.php:1083 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Product.php:5871 (exec)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 619 |
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 `fiodusi7_product` p
INNER JOIN `fiodusi7_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fiodusi7_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` = 16622) |
2.125
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 932 |
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 `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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 fiodusi7_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 `fiodusi7_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fiodusi7_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fiodusi7_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` sad ON (sad.`id_product_attribute` = pa.`id_product_attribute`)
AND sad.id_shop IN (1)
WHERE pa.`id_product` IN (25771) AND ag.`is_color_group` = 1
AND sad.`id_tot_switch_attribute_disabled` IS NULL
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2.120
ms
|
7 |
Yes
|
|
/override/classes/Product.php:66
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:226 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 783 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 460 AND c.nright >= 461)
ORDER BY c.nleft |
2.118
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (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/outdoorwaylayouts_layout_full_width_tpl/06/ef/aa/06efaa275831b6c53fd5c7d0baa31dee1a6b3f71_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247360c6_34131777)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_gdpr_custom_script` c
INNER JOIN `fiodusi7_gdpr_custom_script_lang` `l` ON c.id_gdpr_custom_script = l.id_gdpr_custom_script
WHERE (active = 1)
ORDER BY position ASC |
2.115
ms
|
0 |
|
|
/modules/gdprpro/src/GdprCustomScript.php:233
/modules/gdprpro/src/GdprCustomScript.php:265 (getActiveScripts)
/modules/gdprpro/gdprpro.php:513 (getUnHookableScripts)
/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/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 161 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE `id_product` != 0 LIMIT 1 |
2.108
ms
|
7480 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:360 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 346 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 25951 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_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` = 25951 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.108
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 714 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (100091, 100092, 100093, 100094, 100095) AND il.`id_lang` = 1 ORDER by i.`position` |
2.107
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 275 |
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 `fiodusi7_product` p
INNER JOIN `fiodusi7_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fiodusi7_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` = 25950) |
2.106
ms
|
5 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 519 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `fiodusi7_product` p LEFT JOIN `fiodusi7_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN fiodusi7_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN fiodusi7_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` = 25770 AND pa.`id_product` = 25770 AND pa.`id_product_attribute` = 100100 LIMIT 1 |
2.099
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 670 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25772 LIMIT 1 |
2.094
ms
|
6 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1142 |
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 `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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 fiodusi7_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 `fiodusi7_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fiodusi7_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fiodusi7_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` sad ON (sad.`id_product_attribute` = pa.`id_product_attribute`)
AND sad.id_shop IN (1)
WHERE pa.`id_product` IN (19781) AND ag.`is_color_group` = 1
AND sad.`id_tot_switch_attribute_disabled` IS NULL
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2.093
ms
|
4 |
Yes
|
|
/override/classes/Product.php:66
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:226 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 851 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-09-26 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM fiodusi7_product p
LEFT JOIN fiodusi7_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fiodusi7_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN fiodusi7_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (23850) |
2.087
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/hiproductlistattributes/hiproductlistattributes.php:335 (assembleProduct)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 940 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 460 AND c.nright >= 461)
ORDER BY c.nleft |
2.084
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/modules/hiproductlistattributes/hiproductlistattributes.php:1423 (offsetGet)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 819 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `fiodusi7_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 766 LIMIT 1 |
2.081
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 635 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-09-26 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM fiodusi7_product p
LEFT JOIN fiodusi7_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fiodusi7_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN fiodusi7_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (27861,23850,17732,17727,25773,25771,25772,25950,25865,25949,25951,25952,27863,25768,25769,16644,19781,25767,25770,15952,23835,23836,23837,16622) |
2.080
ms
|
24 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1211 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 23835
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
2.078
ms
|
5 |
|
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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1089 |
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 `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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 fiodusi7_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 `fiodusi7_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fiodusi7_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fiodusi7_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` sad ON (sad.`id_product_attribute` = pa.`id_product_attribute`)
AND sad.id_shop IN (1)
WHERE pa.`id_product` IN (25768) AND ag.`is_color_group` = 1
AND sad.`id_tot_switch_attribute_disabled` IS NULL
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2.069
ms
|
5 |
Yes
|
|
/override/classes/Product.php:66
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:226 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 821 |
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 `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (103422,103423,103424,103425,103426)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
2.068
ms
|
10 |
|
|
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 764 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 460 AND c.nright >= 461)
ORDER BY c.nleft |
2.057
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (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/outdoorwaylayouts_layout_full_width_tpl/06/ef/aa/06efaa275831b6c53fd5c7d0baa31dee1a6b3f71_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247360c6_34131777)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1120 |
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 `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (89558,89559)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
2.057
ms
|
4 |
|
|
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 778 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 482 AND c.nright >= 483)
ORDER BY c.nleft |
2.056
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (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/outdoorwaylayouts_layout_full_width_tpl/06/ef/aa/06efaa275831b6c53fd5c7d0baa31dee1a6b3f71_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247360c6_34131777)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 774 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 482 AND c.nright >= 483)
ORDER BY c.nleft |
2.055
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (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/outdoorwaylayouts_layout_full_width_tpl/06/ef/aa/06efaa275831b6c53fd5c7d0baa31dee1a6b3f71_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247360c6_34131777)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1220 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-09-26 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM fiodusi7_product p
LEFT JOIN fiodusi7_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fiodusi7_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN fiodusi7_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (23835) |
2.053
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/hiproductlistattributes/hiproductlistattributes.php:335 (assembleProduct)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 643 |
SELECT SQL_NO_CACHE state FROM fiodusi7_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
2.046
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/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1 |
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM fiodusi7_shop_group gs
LEFT JOIN fiodusi7_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN fiodusi7_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 |
2.046
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)
|
| 453 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16644 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_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` = 16644 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.045
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 539 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15952 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_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` = 15952 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.042
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 760 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 482 AND c.nright >= 483)
ORDER BY c.nleft |
2.035
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (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/outdoorwaylayouts_layout_full_width_tpl/06/ef/aa/06efaa275831b6c53fd5c7d0baa31dee1a6b3f71_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247360c6_34131777)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1310 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 89558
ORDER BY ag.`position` ASC, a.`position` ASC |
2.034
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php: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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 430 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 25769 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_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` = 25769 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.032
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 388 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 27863 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_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` = 27863 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.031
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 369 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 100849
AND cp.`id_cart` = 0 AND cp.`id_product` = 25952 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 100849
AND cp.`id_cart` = 0 AND p.`id_product_item` = 25952 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.029
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 948 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25772) AND (id_product_attribute = 100112) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.027
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 890 |
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 `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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 fiodusi7_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 `fiodusi7_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fiodusi7_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fiodusi7_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` sad ON (sad.`id_product_attribute` = pa.`id_product_attribute`)
AND sad.id_shop IN (1)
WHERE pa.`id_product` IN (17727) AND ag.`is_color_group` = 1
AND sad.`id_tot_switch_attribute_disabled` IS NULL
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
2.025
ms
|
8 |
Yes
|
|
/override/classes/Product.php:66
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:226 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 768 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 464 AND c.nright >= 465)
ORDER BY c.nleft |
2.025
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (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/outdoorwaylayouts_layout_full_width_tpl/06/ef/aa/06efaa275831b6c53fd5c7d0baa31dee1a6b3f71_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247360c6_34131777)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute_lang`
WHERE `id_product_attribute` = 100108 |
2.019
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 776 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 460 AND c.nright >= 461)
ORDER BY c.nleft |
2.018
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (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/outdoorwaylayouts_layout_full_width_tpl/06/ef/aa/06efaa275831b6c53fd5c7d0baa31dee1a6b3f71_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247360c6_34131777)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 39 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `fiodusi7_module` m
LEFT JOIN `fiodusi7_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
2.006
ms
|
143 |
|
|
/classes/module/Module.php:346
/modules/lgseoredirect/lgseoredirect.php:85 (__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)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 1154 |
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 `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (100081,100082,100083,100084,100085)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
2.002
ms
|
10 |
|
|
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 972 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-09-26 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM fiodusi7_product p
LEFT JOIN fiodusi7_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fiodusi7_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN fiodusi7_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (25950) |
1.997
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/hiproductlistattributes/hiproductlistattributes.php:335 (assembleProduct)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1189 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15952) LIMIT 1 |
1.995
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE id_shop
FROM `fiodusi7_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
1.992
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 421 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 482 AND c.nright >= 483)
ORDER BY c.nleft |
1.982
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 225 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute` a
LEFT JOIN `fiodusi7_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 100114) LIMIT 1 |
1.978
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 817 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 27861) LIMIT 1 |
1.966
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "xbraintreeofficial" LIMIT 1 |
1.962
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/thecheckout/classes/Config.php:153 (isInstalled)
/modules/thecheckout/thecheckout.php:274 (__construct)
/modules/thecheckout/thecheckout.php:224 (setConfigOptions)
/modules/thecheckout/thecheckout.php:66 (initTheCheckout)
: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)
|
| 241 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 100102
AND cp.`id_cart` = 0 AND cp.`id_product` = 25771 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 100102
AND cp.`id_cart` = 0 AND p.`id_product_item` = 25771 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.958
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 679 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (100834, 100835, 100836, 100837, 100838) AND il.`id_lang` = 1 ORDER by i.`position` |
1.958
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 806 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "iqitsearch" LIMIT 1 |
1.952
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:87 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:89 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/02/77/56/02775616e783ed2e758a44eefe9dff58cf19d467_2.file.header-8.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26e5bf93_37740021)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:168 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26cf0a90_20464859)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:274 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 865 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `fiodusi7_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 17732 LIMIT 1 |
1.946
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:131 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:361 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 114 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
1.942
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 409 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 25768 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_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` = 25768 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.942
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 551 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 482 AND c.nright >= 483)
ORDER BY c.nleft |
1.941
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1180 |
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 `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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 fiodusi7_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 `fiodusi7_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fiodusi7_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fiodusi7_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` sad ON (sad.`id_product_attribute` = pa.`id_product_attribute`)
AND sad.id_shop IN (1)
WHERE pa.`id_product` IN (25770) AND ag.`is_color_group` = 1
AND sad.`id_tot_switch_attribute_disabled` IS NULL
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1.936
ms
|
5 |
Yes
|
|
/override/classes/Product.php:66
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:226 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_manufacturer` a
LEFT JOIN `fiodusi7_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 285) LIMIT 1 |
1.930
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/controllers/front/listing/ManufacturerController.php:65 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1206 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (89387, 89388, 89389, 89390, 89391, 89392) AND il.`id_lang` = 1 ORDER by i.`position` |
1.922
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 779 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 460 AND c.nright >= 461)
ORDER BY c.nleft |
1.921
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (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/outdoorwaylayouts_layout_full_width_tpl/06/ef/aa/06efaa275831b6c53fd5c7d0baa31dee1a6b3f71_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247360c6_34131777)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 792 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "iqitcompare" LIMIT 1 |
1.917
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/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:116 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26cf0a90_20464859)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:274 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 390 |
SELECT SQL_NO_CACHE 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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 103432
AND cp.`id_cart` = 0 AND cp.`id_product` = 27863 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 103432
AND cp.`id_cart` = 0 AND p.`id_product_item` = 27863 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.913
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 955 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 25772) AND (t.id_tot_switch_attribute_disabled IS NULL) |
1.905
ms
|
1 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 532 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 9, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `fiodusi7_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 9) AND
`id_group` IN (0, 1) AND `id_product` = 15952 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-26 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-26 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.904
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 476 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 92537
AND cp.`id_cart` = 0 AND cp.`id_product` = 19781 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 92537
AND cp.`id_cart` = 0 AND p.`id_product_item` = 19781 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.903
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1209 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23835) LIMIT 1 |
1.892
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 923 |
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 `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (100101,100102,100103,100104,100105,100106,100107)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.890
ms
|
14 |
|
|
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 853 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 23850) AND (t.id_tot_switch_attribute_disabled IS NULL) |
1.886
ms
|
1 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1059 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 27863) LIMIT 1 |
1.886
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1301 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 100108
ORDER BY ag.`position` ASC, a.`position` ASC |
1.885
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php: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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 176 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 90605
AND cp.`id_cart` = 0 AND cp.`id_product` = 17732 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 90605
AND cp.`id_cart` = 0 AND p.`id_product_item` = 17732 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.878
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 533 |
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 `fiodusi7_product` p
INNER JOIN `fiodusi7_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fiodusi7_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` = 15952) |
1.876
ms
|
6 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 689 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (100829, 100830, 100831, 100832, 100833) AND il.`id_lang` = 1 ORDER by i.`position` |
1.872
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE id_product = 27861 LIMIT 1 |
1.862
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 109 |
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 `fiodusi7_product` p
INNER JOIN `fiodusi7_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fiodusi7_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` = 27861) |
1.861
ms
|
5 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 772 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 476 AND c.nright >= 477)
ORDER BY c.nleft |
1.853
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (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/outdoorwaylayouts_layout_full_width_tpl/06/ef/aa/06efaa275831b6c53fd5c7d0baa31dee1a6b3f71_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247360c6_34131777)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 367 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 25952 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_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` = 25952 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.850
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 929 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25771) AND (id_product_attribute = 100107) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.850
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 513 |
SELECT SQL_NO_CACHE COUNT(*) FROM `fiodusi7_pack` WHERE id_product_pack = 25770 LIMIT 1 |
1.848
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 984 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25865) AND (id_product_attribute = 100516) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.838
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 157 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `fiodusi7_category` c
WHERE (c.`id_category` = 158) LIMIT 1 |
1.834
ms
|
1 |
|
|
/classes/Category.php:1974
/classes/Product.php:7847 (getInterval)
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 455 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 89558
AND cp.`id_cart` = 0 AND cp.`id_product` = 16644 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 89558
AND cp.`id_cart` = 0 AND p.`id_product_item` = 16644 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.826
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 685 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25949 LIMIT 1 |
1.824
ms
|
5 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1258 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-09-26 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM fiodusi7_product p
LEFT JOIN fiodusi7_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fiodusi7_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN fiodusi7_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (23837) |
1.823
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/hiproductlistattributes/hiproductlistattributes.php:335 (assembleProduct)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 216 |
SELECT SQL_NO_CACHE product_type FROM `fiodusi7_product` WHERE id_product = 25773 LIMIT 1 |
1.813
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 958 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (100108, 100109, 100110, 100111, 100112, 100113) AND il.`id_lang` = 1 ORDER by i.`position` |
1.812
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 694 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (100839, 100840, 100841, 100842, 100843, 100844) AND il.`id_lang` = 1 ORDER by i.`position` |
1.807
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 393 |
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 `fiodusi7_attribute` a
LEFT JOIN `fiodusi7_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `fiodusi7_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN fiodusi7_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 `fiodusi7_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 27863
AND pac.`id_product_attribute` = 103432
AND agl.`id_lang` = 1 |
1.805
ms
|
2 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 777 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 482 AND c.nright >= 483)
ORDER BY c.nleft |
1.802
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (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/outdoorwaylayouts_layout_full_width_tpl/06/ef/aa/06efaa275831b6c53fd5c7d0baa31dee1a6b3f71_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247360c6_34131777)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1078 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 476 AND c.nright >= 477)
ORDER BY c.nleft |
1.799
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/modules/hiproductlistattributes/hiproductlistattributes.php:1423 (offsetGet)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 223 |
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 `fiodusi7_attribute` a
LEFT JOIN `fiodusi7_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `fiodusi7_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN fiodusi7_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 `fiodusi7_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 25773
AND pac.`id_product_attribute` = 100114
AND agl.`id_lang` = 1 |
1.798
ms
|
2 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 765 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 460 AND c.nright >= 461)
ORDER BY c.nleft |
1.791
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (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/outdoorwaylayouts_layout_full_width_tpl/06/ef/aa/06efaa275831b6c53fd5c7d0baa31dee1a6b3f71_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247360c6_34131777)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 850 |
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 `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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 fiodusi7_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 `fiodusi7_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fiodusi7_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fiodusi7_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` sad ON (sad.`id_product_attribute` = pa.`id_product_attribute`)
AND sad.id_shop IN (1)
WHERE pa.`id_product` IN (23850) AND ag.`is_color_group` = 1
AND sad.`id_tot_switch_attribute_disabled` IS NULL
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1.791
ms
|
6 |
Yes
|
|
/override/classes/Product.php:66
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:226 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1037 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (100839, 100840, 100841, 100842, 100843, 100844) AND il.`id_lang` = 1 ORDER by i.`position` |
1.790
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 304 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 100515
AND cp.`id_cart` = 0 AND cp.`id_product` = 25865 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 100515
AND cp.`id_cart` = 0 AND p.`id_product_item` = 25865 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.777
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 285 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fiodusi7_feature_product pf
LEFT JOIN fiodusi7_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fiodusi7_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fiodusi7_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fiodusi7_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 25950
ORDER BY f.position ASC |
1.774
ms
|
1 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE name FROM fiodusi7_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 766 LIMIT 1 |
1.772
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 934 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25771 LIMIT 1 |
1.767
ms
|
7 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 868 |
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 `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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 fiodusi7_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 `fiodusi7_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fiodusi7_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fiodusi7_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` sad ON (sad.`id_product_attribute` = pa.`id_product_attribute`)
AND sad.id_shop IN (1)
WHERE pa.`id_product` IN (17732) AND ag.`is_color_group` = 1
AND sad.`id_tot_switch_attribute_disabled` IS NULL
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1.764
ms
|
1 |
Yes
|
|
/override/classes/Product.php:66
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:226 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 127 |
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 `fiodusi7_attribute` a
LEFT JOIN `fiodusi7_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `fiodusi7_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN fiodusi7_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 `fiodusi7_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 27861
AND pac.`id_product_attribute` = 103424
AND agl.`id_lang` = 1 |
1.761
ms
|
2 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1266 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16622) LIMIT 1 |
1.760
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 775 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 460 AND c.nright >= 461)
ORDER BY c.nleft |
1.756
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (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/outdoorwaylayouts_layout_full_width_tpl/06/ef/aa/06efaa275831b6c53fd5c7d0baa31dee1a6b3f71_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247360c6_34131777)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 761 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 482 AND c.nright >= 483)
ORDER BY c.nleft |
1.752
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (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/outdoorwaylayouts_layout_full_width_tpl/06/ef/aa/06efaa275831b6c53fd5c7d0baa31dee1a6b3f71_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247360c6_34131777)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 628 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `fiodusi7_product` p LEFT JOIN `fiodusi7_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN fiodusi7_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN fiodusi7_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` = 16622 AND pa.`id_product` = 16622 AND pa.`id_product_attribute` = 89477 LIMIT 1 |
1.749
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 588 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute` a
LEFT JOIN `fiodusi7_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 97399) LIMIT 1 |
1.746
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 239 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 25771 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_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` = 25771 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.740
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 222 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fiodusi7_feature_product pf
LEFT JOIN fiodusi7_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fiodusi7_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fiodusi7_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fiodusi7_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 25773
ORDER BY f.position ASC |
1.735
ms
|
1 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1268 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 16622
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1.729
ms
|
2 |
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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 701 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 27863) AND (t.id_tot_switch_attribute_disabled IS NULL) |
1.725
ms
|
1 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1219 |
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 `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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 fiodusi7_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 `fiodusi7_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fiodusi7_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fiodusi7_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` sad ON (sad.`id_product_attribute` = pa.`id_product_attribute`)
AND sad.id_shop IN (1)
WHERE pa.`id_product` IN (23835) AND ag.`is_color_group` = 1
AND sad.`id_tot_switch_attribute_disabled` IS NULL
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1.725
ms
|
5 |
Yes
|
|
/override/classes/Product.php:66
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:226 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1116 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 482 AND c.nright >= 483)
ORDER BY c.nleft |
1.724
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/modules/hiproductlistattributes/hiproductlistattributes.php:1423 (offsetGet)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1212 |
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 `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (97394,97395,97396,97397,97398)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.724
ms
|
10 |
|
|
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 195 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 17727 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_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` = 17727 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.720
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 353 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute` a
LEFT JOIN `fiodusi7_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 100841) LIMIT 1 |
1.719
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 251 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 460 AND c.nright >= 461)
ORDER BY c.nleft |
1.714
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 335 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25951) AND (b.`id_shop` = 1) LIMIT 1 |
1.712
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 245 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_tot_switch_attribute_disabled` AS sad
WHERE `id_product_attribute` = 100102 AND sad.id_shop IN (1) |
1.709
ms
|
0 |
|
|
/modules/totswitchattribute/totswitchattribute.php:616
/classes/Hook.php:1083 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Product.php:5871 (exec)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 705 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25768 LIMIT 1 |
1.709
ms
|
5 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 158 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 464 AND c.nright >= 465)
ORDER BY c.nleft |
1.708
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 337 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 476 AND c.nright >= 477)
ORDER BY c.nleft |
1.703
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 684 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (100515, 100516, 100517, 100518, 100519, 100520) AND il.`id_lang` = 1 ORDER by i.`position` |
1.699
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 803 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 1293 AND c.`nright` >= 1334 AND c.`nleft` >= 2 AND c.`nright` <= 2331 ORDER BY `nleft` DESC |
1.697
ms
|
1166 |
Yes
|
|
/classes/Category.php:1600
/override/classes/Link.php:89 (getParentsCategories)
/classes/Category.php:1403 (getCategoryLink)
/modules/iqitmegamenu/iqitmegamenu.php:3276 (getLink)
/modules/iqitmegamenu/iqitmegamenu.php:3199 (transformToLink)
/modules/iqitmegamenu/iqitmegamenu.php:2644 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2597 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2580 (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/outdoorwaylayouts_layout_full_width_tpl/02/77/56/02775616e783ed2e758a44eefe9dff58cf19d467_2.file.header-8.tpl.php:67 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26e5bf93_37740021)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:168 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26cf0a90_20464859)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:274 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 378 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 27863) AND (b.`id_shop` = 1) LIMIT 1 |
1.694
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 960 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 460 AND c.nright >= 461)
ORDER BY c.nleft |
1.692
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/modules/hiproductlistattributes/hiproductlistattributes.php:1423 (offsetGet)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 863 |
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 `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (90605)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.689
ms
|
2 |
|
|
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1257 |
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 `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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 fiodusi7_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 `fiodusi7_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fiodusi7_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fiodusi7_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` sad ON (sad.`id_product_attribute` = pa.`id_product_attribute`)
AND sad.id_shop IN (1)
WHERE pa.`id_product` IN (23837) AND ag.`is_color_group` = 1
AND sad.`id_tot_switch_attribute_disabled` IS NULL
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1.685
ms
|
5 |
Yes
|
|
/override/classes/Product.php:66
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:226 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
1.672
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/controller/FrontController.php:1669 (isEnabled)
/classes/controller/FrontController.php:1813 (getDisplayTaxesLabel)
/controllers/front/listing/ManufacturerController.php:242 (getTemplateVarPage)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 543 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fiodusi7_feature_product pf
LEFT JOIN fiodusi7_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fiodusi7_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fiodusi7_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fiodusi7_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 15952
ORDER BY f.position ASC |
1.668
ms
|
2 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 179 |
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 `fiodusi7_attribute` a
LEFT JOIN `fiodusi7_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `fiodusi7_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN fiodusi7_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 `fiodusi7_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 17732
AND pac.`id_product_attribute` = 90605
AND agl.`id_lang` = 1 |
1.666
ms
|
2 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 57 |
SELECT SQL_NO_CACHE * FROM fiodusi7_lgseoredirect WHERE (CONCAT("", url_old) LIKE BINARY "/en/brand/merrell.html?productListView=list&resultsPerPage=36" OR CONCAT("", url_old) LIKE BINARY "/en/brand/merrell.html?productListView=list&resultsPerPage=36#%") AND id_shop = "1" ORDER BY id DESC LIMIT 1 |
1.647
ms
|
1 |
|
|
/modules/lgseoredirect/lgseoredirect.php:1072
/modules/lgseoredirect/lgseoredirect.php:880 (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)
|
| 1034 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 25951) AND (t.id_tot_switch_attribute_disabled IS NULL) |
1.646
ms
|
1 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 411 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 100086
AND cp.`id_cart` = 0 AND cp.`id_product` = 25768 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 100086
AND cp.`id_cart` = 0 AND p.`id_product_item` = 25768 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.644
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 650 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 17732 LIMIT 1 |
1.644
ms
|
1 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1132 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 460 AND c.nright >= 461)
ORDER BY c.nleft |
1.642
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/modules/hiproductlistattributes/hiproductlistattributes.php:1423 (offsetGet)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 933 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-09-26 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM fiodusi7_product p
LEFT JOIN fiodusi7_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fiodusi7_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN fiodusi7_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (25771) |
1.639
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/hiproductlistattributes/hiproductlistattributes.php:335 (assembleProduct)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 880 |
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 `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (90511,90512,90513,90514,90515,90516,90517,90518)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.634
ms
|
16 |
|
|
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 952 |
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 `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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 fiodusi7_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 `fiodusi7_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fiodusi7_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fiodusi7_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` sad ON (sad.`id_product_attribute` = pa.`id_product_attribute`)
AND sad.id_shop IN (1)
WHERE pa.`id_product` IN (25772) AND ag.`is_color_group` = 1
AND sad.`id_tot_switch_attribute_disabled` IS NULL
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1.626
ms
|
6 |
Yes
|
|
/override/classes/Product.php:66
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:226 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 54 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `fiodusi7_module` m
LEFT JOIN `fiodusi7_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1.624
ms
|
143 |
|
|
/classes/module/Module.php:346
/modules/thecheckout/thecheckout.php:57 (__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)
|
| 1188 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 482 AND c.nright >= 483)
ORDER BY c.nleft |
1.620
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/modules/hiproductlistattributes/hiproductlistattributes.php:1423 (offsetGet)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 581 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 23836 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_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` = 23836 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.617
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 866 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "iqitcountdown" LIMIT 1 |
1.616
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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:179 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:365 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 773 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 482 AND c.nright >= 483)
ORDER BY c.nleft |
1.612
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (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/outdoorwaylayouts_layout_full_width_tpl/06/ef/aa/06efaa275831b6c53fd5c7d0baa31dee1a6b3f71_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247360c6_34131777)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:54 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 660 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25773 LIMIT 1 |
1.608
ms
|
6 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 209 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 460 AND c.nright >= 461)
ORDER BY c.nleft |
1.605
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 541 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 89392
AND cp.`id_cart` = 0 AND cp.`id_product` = 15952 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 89392
AND cp.`id_cart` = 0 AND p.`id_product_item` = 15952 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.598
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 327 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fiodusi7_feature_product pf
LEFT JOIN fiodusi7_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fiodusi7_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fiodusi7_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fiodusi7_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 25949
ORDER BY f.position ASC |
1.595
ms
|
1 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1008 |
SELECT SQL_NO_CACHE `id_category` FROM `fiodusi7_category_product`
WHERE `id_product` = 25949 |
1.588
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1083 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:345 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 399 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25768) AND (b.`id_shop` = 1) LIMIT 1 |
1.587
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 21 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `fiodusi7_module` m
LEFT JOIN `fiodusi7_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1.580
ms
|
143 |
|
|
/classes/module/Module.php:346
/modules/ets_contactform7/ets_contactform7.php:70 (__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)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 424 |
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 `fiodusi7_product` p
INNER JOIN `fiodusi7_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fiodusi7_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` = 25769) |
1.571
ms
|
5 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 903 |
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 `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (100114,100115,100116,100117,100118,100119)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.560
ms
|
12 |
|
|
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 592 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23837) AND (b.`id_shop` = 1) LIMIT 1 |
1.560
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1282 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "Ps_Emailsubscription" LIMIT 1 |
1.560
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/mailchimppro/src/PrestaChamps/MailchimpPro/Hooks/Display/FooterBefore.php:68 (isEnabled)
/modules/mailchimppro/mailchimppro.php:1391 (newsletterBlockRegistration)
/classes/Hook.php:1083 (hookDisplayFooterBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/04/42/bc/0442bc91f522dc24b5d23968040ba4f77e244809_2.file.footer-1.tpl.php:101 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/04/42/bc/0442bc91f522dc24b5d23968040ba4f77e244809_2.file.footer-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e315e9310_67182544)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/f9/fa/65/f9fa6508a65a99dae9ec32a6a190dbcd5541c733_2.file.footer.tpl.php:32 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e315d24e9_45213466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 969 |
SELECT SQL_NO_CACHE `id_category` FROM `fiodusi7_category_product`
WHERE `id_product` = 25950 |
1.558
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1083 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:345 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 200 |
SELECT SQL_NO_CACHE 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 `fiodusi7_attribute` a
LEFT JOIN `fiodusi7_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `fiodusi7_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN fiodusi7_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 `fiodusi7_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 17727
AND pac.`id_product_attribute` = 90514
AND agl.`id_lang` = 1 |
1.554
ms
|
2 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1046 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25952) AND (id_product_attribute = 100847) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.554
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 831 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-09-26 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM fiodusi7_product p
LEFT JOIN fiodusi7_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fiodusi7_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN fiodusi7_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (27861) |
1.545
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/hiproductlistattributes/hiproductlistattributes.php:335 (assembleProduct)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 64 |
SELECT SQL_NO_CACHE `id_lang` FROM `fiodusi7_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
1.544
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/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 996 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 25865 |
1.541
ms
|
6 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 857 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 23850 LIMIT 1 |
1.536
ms
|
6 |
|
|
/classes/Product.php:2980
/modules/hiproductlistattributes/hiproductlistattributes.php:501 (hasAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1388 (hasProductAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 291 |
SELECT SQL_NO_CACHE name FROM fiodusi7_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 158 LIMIT 1 |
1.535
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 316 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE id_product = 25949 LIMIT 1 |
1.517
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 267 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute` a
LEFT JOIN `fiodusi7_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 100108) LIMIT 1 |
1.515
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1239 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-09-26 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM fiodusi7_product p
LEFT JOIN fiodusi7_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fiodusi7_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN fiodusi7_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (23836) |
1.514
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/hiproductlistattributes/hiproductlistattributes.php:335 (assembleProduct)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 560 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 23835 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_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` = 23835 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.513
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 295 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE id_product = 25865 LIMIT 1 |
1.512
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 802 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `fiodusi7_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
1.511
ms
|
1 |
|
|
/classes/Category.php:1591
/override/classes/Link.php:89 (getParentsCategories)
/classes/Category.php:1403 (getCategoryLink)
/modules/iqitmegamenu/iqitmegamenu.php:3276 (getLink)
/modules/iqitmegamenu/iqitmegamenu.php:3199 (transformToLink)
/modules/iqitmegamenu/iqitmegamenu.php:2644 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2597 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2580 (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/outdoorwaylayouts_layout_full_width_tpl/02/77/56/02775616e783ed2e758a44eefe9dff58cf19d467_2.file.header-8.tpl.php:67 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26e5bf93_37740021)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:168 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26cf0a90_20464859)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:274 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1039 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 476 AND c.nright >= 477)
ORDER BY c.nleft |
1.508
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/modules/hiproductlistattributes/hiproductlistattributes.php:1423 (offsetGet)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1186 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (100096, 100097, 100098, 100099, 100100) AND il.`id_lang` = 1 ORDER by i.`position` |
1.506
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM fiodusi7_shop_url su
LEFT JOIN fiodusi7_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'presta.outdoorway.gr' OR su.domain_ssl = 'presta.outdoorway.gr')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
1.503
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 983 |
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 `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (100515,100516,100517,100518,100519,100520)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.503
ms
|
12 |
|
|
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 594 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 97404 LIMIT 1 |
1.500
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 105 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 482 AND c.nright >= 483)
ORDER BY c.nleft |
1.498
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 13 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_lang` a
LEFT JOIN `fiodusi7_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
1.495
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Tools.php:641 (__construct)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 739 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (89387, 89388, 89389, 89390, 89391, 89392) AND il.`id_lang` = 1 ORDER by i.`position` |
1.494
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1227 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 482 AND c.nright >= 483)
ORDER BY c.nleft |
1.493
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/modules/hiproductlistattributes/hiproductlistattributes.php:1423 (offsetGet)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 124 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 103424
AND cp.`id_cart` = 0 AND cp.`id_product` = 27861 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 103424
AND cp.`id_cart` = 0 AND p.`id_product_item` = 27861 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.491
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1004 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25949) AND (id_product_attribute = 100829) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.491
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 178 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fiodusi7_feature_product pf
LEFT JOIN fiodusi7_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fiodusi7_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fiodusi7_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fiodusi7_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 17732
ORDER BY f.position ASC |
1.489
ms
|
1 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1031 |
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 `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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 fiodusi7_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 `fiodusi7_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fiodusi7_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fiodusi7_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` sad ON (sad.`id_product_attribute` = pa.`id_product_attribute`)
AND sad.id_shop IN (1)
WHERE pa.`id_product` IN (25951) AND ag.`is_color_group` = 1
AND sad.`id_tot_switch_attribute_disabled` IS NULL
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1.489
ms
|
6 |
Yes
|
|
/override/classes/Product.php:66
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:226 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `fiodusi7_lang` l
LEFT JOIN `fiodusi7_lang_shop` ls ON (l.id_lang = ls.id_lang) |
1.488
ms
|
2 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
| 978 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25950 LIMIT 1 |
1.488
ms
|
5 |
|
|
/classes/Product.php:2980
/modules/hiproductlistattributes/hiproductlistattributes.php:501 (hasAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1388 (hasProductAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 951 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `fiodusi7_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 25772 LIMIT 1 |
1.488
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:131 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:361 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 562 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 97394
AND cp.`id_cart` = 0 AND cp.`id_product` = 23835 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 97394
AND cp.`id_cart` = 0 AND p.`id_product_item` = 23835 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.487
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1056 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (100845, 100846, 100847, 100848, 100849) AND il.`id_lang` = 1 ORDER by i.`position` |
1.487
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 740 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 23835 LIMIT 1 |
1.482
ms
|
5 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 27861
AND image_shop.`cover` = 1 LIMIT 1 |
1.481
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1032 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-09-26 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM fiodusi7_product p
LEFT JOIN fiodusi7_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fiodusi7_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN fiodusi7_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (25951) |
1.471
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/hiproductlistattributes/hiproductlistattributes.php:335 (assembleProduct)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 683 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 25865 |
1.469
ms
|
6 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 928 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25771) AND (id_product_attribute = 100106) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.469
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 529 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 89392 LIMIT 1 |
1.461
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1305 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 100841
ORDER BY ag.`position` ASC, a.`position` ASC |
1.461
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php: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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 538 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 15952) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.455
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 51 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `fiodusi7_module` m
LEFT JOIN `fiodusi7_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1.454
ms
|
143 |
|
|
/classes/module/Module.php:346
/modules/ps_eventbus/ps_eventbus.php:94 (__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)
|
| 45 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `fiodusi7_module` m
LEFT JOIN `fiodusi7_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1.452
ms
|
143 |
|
|
/classes/module/Module.php:346
/modules/affindbar/affindbar.php:39 (__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)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 1125 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-09-26 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM fiodusi7_product p
LEFT JOIN fiodusi7_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fiodusi7_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN fiodusi7_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (16644) |
1.451
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/hiproductlistattributes/hiproductlistattributes.php:335 (assembleProduct)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 472 |
SELECT SQL_NO_CACHE product_type FROM `fiodusi7_product` WHERE id_product = 19781 LIMIT 1 |
1.448
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 197 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 90514
AND cp.`id_cart` = 0 AND cp.`id_product` = 17727 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 90514
AND cp.`id_cart` = 0 AND p.`id_product_item` = 17727 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.439
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1162 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-09-26 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM fiodusi7_product p
LEFT JOIN fiodusi7_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fiodusi7_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN fiodusi7_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (25767) |
1.432
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/hiproductlistattributes/hiproductlistattributes.php:335 (assembleProduct)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute_lang`
WHERE `id_product_attribute` = 103424 |
1.428
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 985 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25865) AND (id_product_attribute = 100517) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.417
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1127 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 16644) AND (t.id_tot_switch_attribute_disabled IS NULL) |
1.417
ms
|
2 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1244 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (97399, 97400, 97401, 97402, 97403) AND il.`id_lang` = 1 ORDER by i.`position` |
1.414
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1296 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 97476
ORDER BY ag.`position` ASC, a.`position` ASC |
1.413
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php: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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 497 |
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 `fiodusi7_cart_product` cp
WHERE cp.`id_product_attribute` = 100085
AND cp.`id_cart` = 0 AND cp.`id_product` = 25767 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fiodusi7_cart_product` cp JOIN `fiodusi7_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fiodusi7_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 100085
AND cp.`id_cart` = 0 AND p.`id_product_item` = 25767 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.402
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 498 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `fiodusi7_product` p LEFT JOIN `fiodusi7_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN fiodusi7_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN fiodusi7_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` = 25767 AND pa.`id_product` = 25767 AND pa.`id_product_attribute` = 100085 LIMIT 1 |
1.401
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 730 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25770 LIMIT 1 |
1.400
ms
|
5 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 968 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25950) AND (id_product_attribute = 100838) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.400
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 412 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `fiodusi7_product` p LEFT JOIN `fiodusi7_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN fiodusi7_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN fiodusi7_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` = 25768 AND pa.`id_product` = 25768 AND pa.`id_product_attribute` = 100086 LIMIT 1 |
1.397
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 350 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fiodusi7_feature_product pf
LEFT JOIN fiodusi7_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fiodusi7_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fiodusi7_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fiodusi7_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 25951
ORDER BY f.position ASC |
1.393
ms
|
2 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1051 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-09-26 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM fiodusi7_product p
LEFT JOIN fiodusi7_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fiodusi7_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN fiodusi7_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (25952) |
1.384
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/hiproductlistattributes/hiproductlistattributes.php:335 (assembleProduct)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 917 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (100114, 100115, 100116, 100117, 100118, 100119) AND il.`id_lang` = 1 ORDER by i.`position` |
1.382
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 377 |
SELECT SQL_NO_CACHE name FROM fiodusi7_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 602 LIMIT 1 |
1.381
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 17727
AND image_shop.`cover` = 1 LIMIT 1 |
1.378
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 816 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module_shop` WHERE `id_module` = 105 AND `id_shop` = 1 LIMIT 1 |
1.376
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/outdoorwaylayouts_layout_full_width_tpl/4b/b7/5b/4bb75bcfad9f536ae8179afefc0bdc67844719a2_2.file.breadcrumb.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e2f520209_24341809)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:88 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 690 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25951 LIMIT 1 |
1.375
ms
|
6 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1192 |
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 `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (89387,89388,89389,89390,89391,89392)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.370
ms
|
12 |
|
|
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 826 |
SELECT SQL_NO_CACHE `id_category` FROM `fiodusi7_category_product`
WHERE `id_product` = 27861 |
1.367
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1083 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:345 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 621 |
SELECT SQL_NO_CACHE `reduction`
FROM `fiodusi7_product_group_reduction_cache`
WHERE `id_product` = 16622 AND `id_group` = 1 LIMIT 1 |
1.365
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 20 |
SELECT SQL_NO_CACHE name, alias FROM `fiodusi7_hook_alias` |
1.363
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)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 419 |
SELECT SQL_NO_CACHE name FROM fiodusi7_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 766 LIMIT 1 |
1.357
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 528 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 460 AND c.nright >= 461)
ORDER BY c.nleft |
1.357
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 426 |
SELECT SQL_NO_CACHE `reduction`
FROM `fiodusi7_product_group_reduction_cache`
WHERE `id_product` = 25769 AND `id_group` = 1 LIMIT 1 |
1.355
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 791 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `fiodusi7_currency` c
LEFT JOIN fiodusi7_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 |
1.349
ms
|
1 |
|
|
/classes/Currency.php:1136
/classes/Currency.php:1153 (countActiveCurrencies)
/classes/module/Module.php:2232 (isMultiCurrencyActivated)
/modules/iqitlinksmanager/iqitlinksmanager.php:148 (getCacheId)
/modules/iqitlinksmanager/iqitlinksmanager.php:115 (getCacheId)
/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/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26cf0a90_20464859)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:274 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 989 |
SELECT SQL_NO_CACHE `id_category` FROM `fiodusi7_category_product`
WHERE `id_product` = 25865 |
1.347
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1083 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:345 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 669 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (100101, 100102, 100103, 100104, 100105, 100106, 100107) AND il.`id_lang` = 1 ORDER by i.`position` |
1.347
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 564 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fiodusi7_feature_product pf
LEFT JOIN fiodusi7_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fiodusi7_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fiodusi7_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fiodusi7_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 23835
ORDER BY f.position ASC |
1.346
ms
|
2 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1181 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-09-26 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM fiodusi7_product p
LEFT JOIN fiodusi7_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fiodusi7_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN fiodusi7_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (25770) |
1.344
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/hiproductlistattributes/hiproductlistattributes.php:335 (assembleProduct)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 973 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25950 LIMIT 1 |
1.339
ms
|
5 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 282 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25950) AND (id_product_attribute = 100834) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.336
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `fiodusi7_lang` l
JOIN fiodusi7_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
1.335
ms
|
4 |
|
|
/classes/Language.php:1216
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/override/classes/Dispatcher.php:61 (setRequestUri)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 820 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 27861
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1.335
ms
|
5 |
|
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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 22 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `fiodusi7_module` m
LEFT JOIN `fiodusi7_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1.333
ms
|
143 |
|
|
/classes/module/Module.php:346
/modules/gdprpro/gdprpro.php:105 (__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)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 696 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 25952) AND (t.id_tot_switch_attribute_disabled IS NULL) |
1.332
ms
|
5 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 128 |
SELECT SQL_NO_CACHE tr.*
FROM `fiodusi7_tax_rule` tr
JOIN `fiodusi7_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 9
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 |
1.331
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:5972 (getTaxCalculator)
/classes/Product.php:5864 (getTaxesInformations)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 720 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 19781 LIMIT 1 |
1.328
ms
|
4 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1163 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25767 LIMIT 1 |
1.328
ms
|
5 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE id_shop
FROM `fiodusi7_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
1.327
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Tools.php:699 (isAssociatedToShop)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 345 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25951) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.325
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 862 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 17732
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1.322
ms
|
1 |
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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE id_shop
FROM `fiodusi7_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1 |
1.319
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
| 974 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 25950) AND (t.id_tot_switch_attribute_disabled IS NULL) |
1.319
ms
|
5 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE m.`id_manufacturer` FROM `fiodusi7_manufacturer` m LEFT JOIN `fiodusi7_manufacturer_shop` ms ON m.id_manufacturer = ms.id_manufacturer WHERE ms.`id_shop` = '1' AND REPLACE(LOWER(m.`name`), ' ', '-') = 'merrell' LIMIT 1 |
1.316
ms
|
517 |
|
|
/modules/fsadvancedurl/fsadvancedurl.php:3740
/override/classes/Dispatcher.php:149 (preDispatch)
/classes/Dispatcher.php:346 (getController)
/index.php:28 (dispatch)
|
| 1119 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 16644
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1.315
ms
|
2 |
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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1173 |
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 `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (100096,100097,100098,100099,100100)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.314
ms
|
10 |
|
|
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 965 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25950) AND (id_product_attribute = 100835) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.313
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 634 |
SELECT SQL_NO_CACHE p.`id_product`
FROM `fiodusi7_product` p
INNER JOIN fiodusi7_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_manufacturer = 285 AND product_shop.`active` = 1
AND product_shop.`visibility` IN ("both", "catalog")
AND EXISTS (
SELECT 1
FROM `fiodusi7_category_group` cg
LEFT JOIN `fiodusi7_category_product` cp ON (cp.`id_category` = cg.`id_category`) INNER JOIN `fiodusi7_category` ca ON cp.`id_category` = ca.`id_category` AND ca.`active` = 1
WHERE p.`id_product` = cp.`id_product` AND cg.`id_group` =1
) |
1.309
ms
|
29 |
|
|
/classes/Manufacturer.php:430
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:88 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1042 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25952
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1.308
ms
|
5 |
|
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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1143 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-09-26 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM fiodusi7_product p
LEFT JOIN fiodusi7_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fiodusi7_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN fiodusi7_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (19781) |
1.306
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/hiproductlistattributes/hiproductlistattributes.php:335 (assembleProduct)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 735 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 15952 LIMIT 1 |
1.304
ms
|
6 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 408 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25768) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.300
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1118 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_lang`
WHERE `id_product` = 16644 AND `id_shop` = 1 |
1.299
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 640 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 27861
ORDER BY `position` |
1.295
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 724 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (92538, 92539, 92540, 92537) AND il.`id_lang` = 1 ORDER by i.`position` |
1.295
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 159 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 90605 LIMIT 1 |
1.293
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 664 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (100114, 100115, 100116, 100117, 100118, 100119) AND il.`id_lang` = 1 ORDER by i.`position` |
1.292
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 454 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 16644) AND (id_product_attribute = 89558) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.291
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1135 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 19781
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1.290
ms
|
4 |
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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `fiodusi7_category` c
WHERE (c.`id_category` = 64) LIMIT 1 |
1.287
ms
|
1 |
|
|
/classes/Category.php:1974
/classes/Product.php:7847 (getInterval)
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1101 |
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 `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (100091,100092,100093,100094,100095)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.287
ms
|
10 |
|
|
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 307 |
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 `fiodusi7_attribute` a
LEFT JOIN `fiodusi7_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `fiodusi7_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN fiodusi7_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 `fiodusi7_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 25865
AND pac.`id_product_attribute` = 100515
AND agl.`id_lang` = 1 |
1.284
ms
|
2 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1251 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 23837) AND (id_product_attribute = 97405) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.280
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE COUNT(*) FROM `fiodusi7_pack` WHERE id_product_pack = 17732 LIMIT 1 |
1.279
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 423 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE id_product = 25769 LIMIT 1 |
1.276
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 569 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 23836
AND image_shop.`cover` = 1 LIMIT 1 |
1.276
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 603 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 23837) AND (id_product_attribute = 97404) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.271
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1245 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 23836 LIMIT 1 |
1.269
ms
|
5 |
|
|
/classes/Product.php:2980
/modules/hiproductlistattributes/hiproductlistattributes.php:501 (hasAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1388 (hasProductAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 66 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_currency` a
LEFT JOIN `fiodusi7_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
1.269
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:695 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 9, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `fiodusi7_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 9) AND
`id_group` IN (0, 1) AND `id_product` = 17732 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-26 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-26 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.266
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1000 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25949) LIMIT 1 |
1.265
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1090 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-09-26 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM fiodusi7_product p
LEFT JOIN fiodusi7_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fiodusi7_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN fiodusi7_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (25768) |
1.265
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/hiproductlistattributes/hiproductlistattributes.php:335 (assembleProduct)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 700 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 27863 LIMIT 1 |
1.261
ms
|
6 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1250 |
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 `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (97404,97405,97406,97407,97408)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.260
ms
|
10 |
|
|
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1201 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-09-26 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM fiodusi7_product p
LEFT JOIN fiodusi7_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fiodusi7_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN fiodusi7_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (15952) |
1.259
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/hiproductlistattributes/hiproductlistattributes.php:335 (assembleProduct)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE id_product = 17732 LIMIT 1 |
1.256
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 517 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25770) AND (id_product_attribute = 100100) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.250
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 815 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "iqitproductsnav" LIMIT 1 |
1.246
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/outdoorwaylayouts_layout_full_width_tpl/4b/b7/5b/4bb75bcfad9f536ae8179afefc0bdc67844719a2_2.file.breadcrumb.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e2f520209_24341809)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:88 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 742 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 23835
ORDER BY `position` |
1.245
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 349 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `fiodusi7_product` p LEFT JOIN `fiodusi7_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN fiodusi7_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN fiodusi7_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` = 25951 AND pa.`id_product` = 25951 AND pa.`id_product_attribute` = 100841 LIMIT 1 |
1.238
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 665 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25771 LIMIT 1 |
1.234
ms
|
7 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 507 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 482 AND c.nright >= 483)
ORDER BY c.nleft |
1.231
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1018 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 464 AND c.nright >= 465)
ORDER BY c.nleft |
1.228
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/modules/hiproductlistattributes/hiproductlistattributes.php:1423 (offsetGet)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "lgseoredirect" LIMIT 1 |
1.224
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/lgseoredirect/lgseoredirect.php:1058 (isEnabled)
/modules/lgseoredirect/lgseoredirect.php:874 (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)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 734 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (100096, 100097, 100098, 100099, 100100) AND il.`id_lang` = 1 ORDER by i.`position` |
1.223
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1270 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 16622) AND (id_product_attribute = 89478) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.223
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1316 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 97399
ORDER BY ag.`position` ASC, a.`position` ASC |
1.223
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php: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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 59 |
SELECT SQL_NO_CACHE id_shop
FROM `fiodusi7_manufacturer_shop`
WHERE `id_manufacturer` = 285
AND id_shop = 1 LIMIT 1 |
1.219
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/controllers/front/listing/ManufacturerController.php:67 (isAssociatedToShop)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 998 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25865 LIMIT 1 |
1.219
ms
|
6 |
|
|
/classes/Product.php:2980
/modules/hiproductlistattributes/hiproductlistattributes.php:501 (hasAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1388 (hasProductAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1023 |
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 `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (100839,100840,100841,100842,100843,100844)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.219
ms
|
12 |
|
|
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1006 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25949) AND (id_product_attribute = 100831) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.217
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1044 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25952) AND (id_product_attribute = 100845) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.217
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fiodusi7_feature_product pf
LEFT JOIN fiodusi7_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fiodusi7_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fiodusi7_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fiodusi7_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 17727
ORDER BY f.position ASC |
1.213
ms
|
1 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 825 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 27861) AND (id_product_attribute = 103426) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.211
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1136 |
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 `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (92537,92538,92539,92540)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.211
ms
|
8 |
|
|
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1231 |
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 `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (97399,97400,97401,97402,97403)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.210
ms
|
10 |
|
|
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 210 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 100114 LIMIT 1 |
1.209
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1033 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25951 LIMIT 1 |
1.208
ms
|
6 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 545 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_tot_switch_attribute_disabled` AS sad
WHERE `id_product_attribute` = 89392 AND sad.id_shop IN (1) |
1.205
ms
|
0 |
|
|
/modules/totswitchattribute/totswitchattribute.php:616
/classes/Hook.php:1083 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Product.php:5871 (exec)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1208 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 460 AND c.nright >= 461)
ORDER BY c.nleft |
1.203
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/modules/hiproductlistattributes/hiproductlistattributes.php:1423 (offsetGet)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1300 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 100102
ORDER BY ag.`position` ASC, a.`position` ASC |
1.201
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php: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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1314 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 89392
ORDER BY ag.`position` ASC, a.`position` ASC |
1.201
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php: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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 180 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_tot_switch_attribute_disabled` AS sad
WHERE `id_product_attribute` = 90605 AND sad.id_shop IN (1) |
1.197
ms
|
0 |
|
|
/modules/totswitchattribute/totswitchattribute.php:616
/classes/Hook.php:1083 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Product.php:5871 (exec)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1131 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 16644 LIMIT 1 |
1.196
ms
|
2 |
|
|
/classes/Product.php:2980
/modules/hiproductlistattributes/hiproductlistattributes.php:501 (hasAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1388 (hasProductAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 848 |
SELECT SQL_NO_CACHE `id_category` FROM `fiodusi7_category_product`
WHERE `id_product` = 23850 |
1.196
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1083 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:345 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 238 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25771) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.192
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1035 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25951
ORDER BY `position` |
1.191
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 151 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute` a
LEFT JOIN `fiodusi7_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 97476) LIMIT 1 |
1.190
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 396 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute_lang`
WHERE `id_product_attribute` = 103432 |
1.190
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1097 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 482 AND c.nright >= 483)
ORDER BY c.nleft |
1.189
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/modules/hiproductlistattributes/hiproductlistattributes.php:1423 (offsetGet)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 910 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `fiodusi7_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 25773 LIMIT 1 |
1.188
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:131 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:361 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1297 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 90605
ORDER BY ag.`position` ASC, a.`position` ASC |
1.187
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php: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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 392 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fiodusi7_feature_product pf
LEFT JOIN fiodusi7_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fiodusi7_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fiodusi7_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fiodusi7_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 27863
ORDER BY f.position ASC |
1.186
ms
|
2 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 290 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 25865
AND image_shop.`cover` = 1 LIMIT 1 |
1.185
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 744 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (97394, 97395, 97396, 97397, 97398) AND il.`id_lang` = 1 ORDER by i.`position` |
1.184
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 920 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25771) LIMIT 1 |
1.182
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 375 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute_lang`
WHERE `id_product_attribute` = 100849 |
1.181
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 790 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module_shop` WHERE `id_module` = 102 AND `id_shop` = 1 LIMIT 1 |
1.180
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/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26cf0a90_20464859)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:274 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1187 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25770 LIMIT 1 |
1.179
ms
|
5 |
|
|
/classes/Product.php:2980
/modules/hiproductlistattributes/hiproductlistattributes.php:501 (hasAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1388 (hasProductAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1303 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 100515
ORDER BY ag.`position` ASC, a.`position` ASC |
1.178
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php: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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 642 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (103422, 103423, 103424, 103425, 103426) AND il.`id_lang` = 1 ORDER by i.`position` |
1.177
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 953 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-09-26 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM fiodusi7_product p
LEFT JOIN fiodusi7_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fiodusi7_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN fiodusi7_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (25772) |
1.176
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/hiproductlistattributes/hiproductlistattributes.php:335 (assembleProduct)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1165 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25767
ORDER BY `position` |
1.175
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 986 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25865) AND (id_product_attribute = 100518) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.173
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 975 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25950
ORDER BY `position` |
1.171
ms
|
4 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 212 |
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 `fiodusi7_product` p
INNER JOIN `fiodusi7_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fiodusi7_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` = 25773) |
1.168
ms
|
6 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 605 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `fiodusi7_product` p LEFT JOIN `fiodusi7_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN fiodusi7_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN fiodusi7_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` = 23837 AND pa.`id_product` = 23837 AND pa.`id_product_attribute` = 97404 LIMIT 1 |
1.164
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1308 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 100086
ORDER BY ag.`position` ASC, a.`position` ASC |
1.164
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php: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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 521 |
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 `fiodusi7_attribute` a
LEFT JOIN `fiodusi7_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `fiodusi7_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN fiodusi7_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 `fiodusi7_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 25770
AND pac.`id_product_attribute` = 100100
AND agl.`id_lang` = 1 |
1.162
ms
|
2 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 876 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 464 AND c.nright >= 465)
ORDER BY c.nleft |
1.161
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/modules/hiproductlistattributes/hiproductlistattributes.php:1423 (offsetGet)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 570 |
SELECT SQL_NO_CACHE name FROM fiodusi7_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 766 LIMIT 1 |
1.160
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 499 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fiodusi7_feature_product pf
LEFT JOIN fiodusi7_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fiodusi7_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fiodusi7_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fiodusi7_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 25767
ORDER BY f.position ASC |
1.159
ms
|
2 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 982 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25865
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1.158
ms
|
6 |
|
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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1247 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23837) LIMIT 1 |
1.158
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 314 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 464 AND c.nright >= 465)
ORDER BY c.nleft |
1.155
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 645 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 23850 LIMIT 1 |
1.155
ms
|
6 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 938 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (100101, 100102, 100103, 100104, 100105, 100106, 100107) AND il.`id_lang` = 1 ORDER by i.`position` |
1.154
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1062 |
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 `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (103432,103433,103434,103435,103436,103437)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.154
ms
|
12 |
|
|
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 230 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 460 AND c.nright >= 461)
ORDER BY c.nleft |
1.147
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 891 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-09-26 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM fiodusi7_product p
LEFT JOIN fiodusi7_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fiodusi7_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN fiodusi7_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (17727) |
1.147
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/hiproductlistattributes/hiproductlistattributes.php:335 (assembleProduct)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE id_product = 25773 LIMIT 1 |
1.146
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 422 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 100091 LIMIT 1 |
1.146
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 457 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fiodusi7_feature_product pf
LEFT JOIN fiodusi7_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fiodusi7_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fiodusi7_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fiodusi7_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 16644
ORDER BY f.position ASC |
1.145
ms
|
2 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 181 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute` a
LEFT JOIN `fiodusi7_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 90605) LIMIT 1 |
1.144
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 286 |
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 `fiodusi7_attribute` a
LEFT JOIN `fiodusi7_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `fiodusi7_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN fiodusi7_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 `fiodusi7_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 25950
AND pac.`id_product_attribute` = 100834
AND agl.`id_lang` = 1 |
1.141
ms
|
2 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 464 AND c.nright >= 465)
ORDER BY c.nleft |
1.140
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1284 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_cms` a
LEFT JOIN `fiodusi7_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) AND (b.`id_shop` = 1) LIMIT 1 |
1.135
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/override/classes/Link.php:216 (__construct)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/04/42/bc/0442bc91f522dc24b5d23968040ba4f77e244809_2.file.footer-1.tpl.php:48 (getCMSLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e315e9310_67182544)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/f9/fa/65/f9fa6508a65a99dae9ec32a6a190dbcd5541c733_2.file.footer.tpl.php:32 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e315d24e9_45213466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1082 |
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 `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (100086,100087,100088,100089,100090)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.128
ms
|
10 |
|
|
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1265 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 482 AND c.nright >= 483)
ORDER BY c.nleft |
1.123
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/modules/hiproductlistattributes/hiproductlistattributes.php:1423 (offsetGet)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 371 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fiodusi7_feature_product pf
LEFT JOIN fiodusi7_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fiodusi7_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fiodusi7_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fiodusi7_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 25952
ORDER BY f.position ASC |
1.117
ms
|
2 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1272 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `fiodusi7_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 16622 LIMIT 1 |
1.115
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:131 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:361 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 632 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute` a
LEFT JOIN `fiodusi7_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 89477) LIMIT 1 |
1.112
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1070 |
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 `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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 fiodusi7_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 `fiodusi7_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fiodusi7_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fiodusi7_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` sad ON (sad.`id_product_attribute` = pa.`id_product_attribute`)
AND sad.id_shop IN (1)
WHERE pa.`id_product` IN (27863) AND ag.`is_color_group` = 1
AND sad.`id_tot_switch_attribute_disabled` IS NULL
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1.108
ms
|
6 |
Yes
|
|
/override/classes/Product.php:66
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:226 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:375 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 278 |
SELECT SQL_NO_CACHE COUNT(*) FROM `fiodusi7_pack` WHERE id_product_pack = 25950 LIMIT 1 |
1.105
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 240 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25771) AND (id_product_attribute = 100102) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.104
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `fiodusi7_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 158 LIMIT 1 |
1.104
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5658 (getLinkRewrite)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1014 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25949
ORDER BY `position` |
1.104
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 465 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 460 AND c.nright >= 461)
ORDER BY c.nleft |
1.102
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1100 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25769
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1.101
ms
|
5 |
|
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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 609 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute` a
LEFT JOIN `fiodusi7_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 97404) LIMIT 1 |
1.100
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 725 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25767 LIMIT 1 |
1.100
ms
|
5 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1241 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 23836) AND (t.id_tot_switch_attribute_disabled IS NULL) |
1.099
ms
|
5 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 52 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `fiodusi7_module` m
LEFT JOIN `fiodusi7_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1.097
ms
|
143 |
|
|
/classes/module/Module.php:346
/modules/totcustomfields/vendor/totpsclasslib/src/Module/ModuleTrait.php:86 (__construct)
/modules/totcustomfields/totcustomfields.php:86 (__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)
|
| 997 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (100515, 100516, 100517, 100518, 100519, 100520) AND il.`id_lang` = 1 ORDER by i.`position` |
1.097
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 376 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 27863
AND image_shop.`cover` = 1 LIMIT 1 |
1.089
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 715 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 16644 LIMIT 1 |
1.088
ms
|
2 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 838 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 482 AND c.nright >= 483)
ORDER BY c.nleft |
1.088
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/modules/hiproductlistattributes/hiproductlistattributes.php:1423 (offsetGet)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `fiodusi7_module` m
LEFT JOIN `fiodusi7_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1.086
ms
|
143 |
|
|
/classes/module/Module.php:346
/modules/totcustomfields/vendor/totpsclasslib/src/Module/ModuleTrait.php:86 (__construct)
/modules/totcustomfields/totcustomfields.php:86 (__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)
/modules/totcustomfields/vendor/totpsclasslib/src/Extensions/CustomFields/Classes/Loaders/EntityLoader.php:66 (exec)
/modules/totcustomfields/vendor/totpsclasslib/src/Extensions/CustomFields/Services/CustomFieldsInputService.php:53 (loadEntities)
/modules/totcustomfields/vendor/totpsclasslib/src/Extensions/CustomFields/Classes/CustomFieldsDisplay.php:49 (__construct)
/modules/totcustomfields/vendor/totpsclasslib/src/Extensions/CustomFields/Classes/Loaders/DisplayEntityLoader.php:47 (__construct)
/modules/totcustomfields/vendor/totpsclasslib/src/Extensions/CustomFields/Classes/Loaders/DisplayEntityLoader.php:66 (addEntity)
/modules/totcustomfields/vendor/totpsclasslib/src/Extensions/CustomFields/Classes/Loaders/EntityLoader.php:63 (loadDefaultEntities)
/modules/totcustomfields/vendor/totpsclasslib/src/Extensions/CustomFields/Services/CustomFieldsDisplayService.php:57 (loadEntities)
/modules/totcustomfields/vendor/totpsclasslib/src/Extensions/CustomFields/Classes/CustomFieldsObject.php:56 (__construct)
/modules/totcustomfields/vendor/totpsclasslib/src/Extensions/CustomFields/Classes/Loaders/ObjectEntityLoader.php:46 (__construct)
/modules/totcustomfields/vendor/totpsclasslib/src/Extensions/CustomFields/Classes/Loaders/ObjectEntityLoader.php:65 (addEntity)
/modules/totcustomfields/vendor/totpsclasslib/src/Extensions/CustomFields/Classes/Loaders/EntityLoader.php:63 (loadDefaultEntities)
/modules/totcustomfields/vendor/totpsclasslib/src/Extensions/CustomFields/Services/CustomFieldsObjectService.php:46 (loadEntities)
/modules/totcustomfields/vendor/totpsclasslib/src/Extensions/CustomFields/Services/CustomFieldsDisplayService.php:55 (__construct)
/modules/totcustomfields/vendor/totpsclasslib/src/Extensions/CustomFields/CustomFieldsExtension.php:185 (__construct)
/modules/totcustomfields/vendor/totpsclasslib/src/Module/ModuleTrait.php:91 (__construct)
/modules/totcustomfields/totcustomfields.php:86 (__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)
|
| 1318 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 89477
ORDER BY ag.`position` ASC, a.`position` ASC |
1.085
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php: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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 400 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 482 AND c.nright >= 483)
ORDER BY c.nleft |
1.082
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 692 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25951
ORDER BY `position` |
1.082
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_currency` c ORDER BY `iso_code` ASC |
1.081
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/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 842 |
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 `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (97471,97472,97473,97474,97475,97476)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.081
ms
|
12 |
|
|
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1109 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-09-26 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM fiodusi7_product p
LEFT JOIN fiodusi7_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fiodusi7_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN fiodusi7_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (25769) |
1.080
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/hiproductlistattributes/hiproductlistattributes.php:335 (assembleProduct)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 801 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 275 LIMIT 1 |
1.079
ms
|
1 |
|
|
/classes/Category.php:1585
/override/classes/Link.php:89 (getParentsCategories)
/classes/Category.php:1403 (getCategoryLink)
/modules/iqitmegamenu/iqitmegamenu.php:3276 (getLink)
/modules/iqitmegamenu/iqitmegamenu.php:3199 (transformToLink)
/modules/iqitmegamenu/iqitmegamenu.php:2644 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2597 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2580 (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/outdoorwaylayouts_layout_full_width_tpl/02/77/56/02775616e783ed2e758a44eefe9dff58cf19d467_2.file.header-8.tpl.php:67 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26e5bf93_37740021)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:168 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26cf0a90_20464859)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:274 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 618 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 9, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `fiodusi7_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 9) AND
`id_group` IN (0, 1) AND `id_product` = 16622 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-26 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-26 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.075
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE tr.*
FROM `fiodusi7_tax_rule` tr
JOIN `fiodusi7_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 9
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 358)
AND ('17674' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '17674')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
1.074
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3952 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5726 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 585 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fiodusi7_feature_product pf
LEFT JOIN fiodusi7_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fiodusi7_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fiodusi7_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fiodusi7_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 23836
ORDER BY f.position ASC |
1.071
ms
|
2 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1117 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16644) LIMIT 1 |
1.071
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1158 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25767) AND (id_product_attribute = 100084) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.071
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_carrier_lang`
WHERE `id_carrier` = 40 AND `id_shop` = 1 |
1.069
ms
|
92 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Carrier.php:186 (__construct)
/classes/Carrier.php:1093 (__construct)
/modules/afboxnow/afboxnow.php:1488 (getCarrierByReference)
/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/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 318 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fiodusi7_product_shop`
WHERE `id_product` = 25949 AND id_shop=1 LIMIT 1 |
1.069
ms
|
1 |
|
|
/classes/Product.php:6876
/override/classes/Product.php:363 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 699 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (100845, 100846, 100847, 100848, 100849) AND il.`id_lang` = 1 ORDER by i.`position` |
1.068
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 351 |
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 `fiodusi7_attribute` a
LEFT JOIN `fiodusi7_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `fiodusi7_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN fiodusi7_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 `fiodusi7_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 25951
AND pac.`id_product_attribute` = 100841
AND agl.`id_lang` = 1 |
1.066
ms
|
2 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 878 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_lang`
WHERE `id_product` = 17727 AND `id_shop` = 1 |
1.066
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1274 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-09-26 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM fiodusi7_product p
LEFT JOIN fiodusi7_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fiodusi7_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN fiodusi7_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (16622) |
1.064
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/hiproductlistattributes/hiproductlistattributes.php:335 (assembleProduct)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 434 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fiodusi7_feature_product pf
LEFT JOIN fiodusi7_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fiodusi7_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fiodusi7_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fiodusi7_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 25769
ORDER BY f.position ASC |
1.063
ms
|
2 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1172 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25770
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1.063
ms
|
5 |
|
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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 322 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25949) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.061
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 503 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute_lang`
WHERE `id_product_attribute` = 100085 |
1.061
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 957 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 25772 |
1.057
ms
|
6 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 334 |
SELECT SQL_NO_CACHE name FROM fiodusi7_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 602 LIMIT 1 |
1.056
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 276 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fiodusi7_product_shop`
WHERE `id_product` = 25950 AND id_shop=1 LIMIT 1 |
1.050
ms
|
1 |
|
|
/classes/Product.php:6876
/override/classes/Product.php:363 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1052 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25952 LIMIT 1 |
1.050
ms
|
5 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 336 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `fiodusi7_category` c
WHERE (c.`id_category` = 602) LIMIT 1 |
1.047
ms
|
1 |
|
|
/classes/Category.php:1974
/classes/Product.php:7847 (getInterval)
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE name FROM fiodusi7_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 766 LIMIT 1 |
1.046
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 515 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25770) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.046
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 6 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_country` a
LEFT JOIN `fiodusi7_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `fiodusi7_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 9) LIMIT 1 |
1.042
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)
|
| 620 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fiodusi7_product_shop`
WHERE `id_product` = 16622 AND id_shop=1 LIMIT 1 |
1.039
ms
|
1 |
|
|
/classes/Product.php:6876
/override/classes/Product.php:363 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 898 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 464 AND c.nright >= 465)
ORDER BY c.nleft |
1.039
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/modules/hiproductlistattributes/hiproductlistattributes.php:1423 (offsetGet)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `fiodusi7_hook_alias` |
1.038
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)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 941 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25772) LIMIT 1 |
1.035
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 743 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 23835 |
1.034
ms
|
5 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 591 |
SELECT SQL_NO_CACHE name FROM fiodusi7_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 766 LIMIT 1 |
1.033
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1048 |
SELECT SQL_NO_CACHE `id_category` FROM `fiodusi7_category_product`
WHERE `id_product` = 25952 |
1.033
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1083 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:345 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1123 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `fiodusi7_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 16644 LIMIT 1 |
1.026
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:131 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:361 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 482 AND c.nright >= 483)
ORDER BY c.nleft |
1.025
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 822 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 27861) AND (id_product_attribute = 103422) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.025
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 343 |
SELECT SQL_NO_CACHE COUNT(*) FROM `fiodusi7_pack` WHERE id_product_pack = 25951 LIMIT 1 |
1.023
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 662 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25773
ORDER BY `position` |
1.023
ms
|
4 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 372 |
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 `fiodusi7_attribute` a
LEFT JOIN `fiodusi7_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `fiodusi7_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN fiodusi7_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 `fiodusi7_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 25952
AND pac.`id_product_attribute` = 100849
AND agl.`id_lang` = 1 |
1.021
ms
|
2 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1103 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25769) AND (id_product_attribute = 100093) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.021
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `fiodusi7_attribute` a
LEFT JOIN `fiodusi7_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `fiodusi7_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN fiodusi7_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 `fiodusi7_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 23850
AND pac.`id_product_attribute` = 97476
AND agl.`id_lang` = 1 |
1.018
ms
|
2 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 864 |
SELECT SQL_NO_CACHE `id_category` FROM `fiodusi7_category_product`
WHERE `id_product` = 17732 |
1.017
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1083 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:345 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 48 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module_shop` WHERE `id_module` = 90 AND `id_shop` = 1 LIMIT 1 |
1.016
ms
|
1 |
|
|
/classes/module/Module.php:2137
/override/classes/Dispatcher.php:49 (isEnabled)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 799 |
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1 |
1.016
ms
|
1 |
|
|
/classes/Category.php:2242
/classes/Category.php:1558 (getCategoriesWithoutParent)
/override/classes/Link.php:89 (getParentsCategories)
/classes/Category.php:1403 (getCategoryLink)
/modules/iqitmegamenu/iqitmegamenu.php:3276 (getLink)
/modules/iqitmegamenu/iqitmegamenu.php:3199 (transformToLink)
/modules/iqitmegamenu/iqitmegamenu.php:2644 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2597 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2580 (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/outdoorwaylayouts_layout_full_width_tpl/02/77/56/02775616e783ed2e758a44eefe9dff58cf19d467_2.file.header-8.tpl.php:67 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26e5bf93_37740021)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:168 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26cf0a90_20464859)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:274 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 979 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 464 AND c.nright >= 465)
ORDER BY c.nleft |
1.016
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/modules/hiproductlistattributes/hiproductlistattributes.php:1423 (offsetGet)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 358 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 476 AND c.nright >= 477)
ORDER BY c.nleft |
1.011
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 410 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25768) AND (id_product_attribute = 100086) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.008
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1057 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25952 LIMIT 1 |
1.000
ms
|
5 |
|
|
/classes/Product.php:2980
/modules/hiproductlistattributes/hiproductlistattributes.php:501 (hasAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1388 (hasProductAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 381 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE id_product = 27863 LIMIT 1 |
1.000
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 675 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25950 LIMIT 1 |
1.000
ms
|
5 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 823 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 27861) AND (id_product_attribute = 103423) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.999
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1179 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `fiodusi7_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 25770 LIMIT 1 |
0.999
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:131 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:361 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 446 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 9, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `fiodusi7_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 9) AND
`id_group` IN (0, 1) AND `id_product` = 16644 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-26 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-26 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.996
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 944 |
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 `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (100108,100109,100110,100111,100112,100113)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.992
ms
|
12 |
|
|
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 906 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25773) AND (id_product_attribute = 100117) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.990
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 676 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 25950) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.989
ms
|
5 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1263 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (97404, 97405, 97406, 97407, 97408) AND il.`id_lang` = 1 ORDER by i.`position` |
0.986
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1121 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 16644) AND (id_product_attribute = 89559) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.981
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 956 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25772
ORDER BY `position` |
0.979
ms
|
7 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 89 |
SELECT SQL_NO_CACHE c.id_contact FROM `fiodusi7_ets_ctf_contact` c
INNER JOIN `fiodusi7_ets_ctf_contact_shop` cs ON (c.id_contact= cs.id_contact)
LEFT JOIN `fiodusi7_ets_ctf_contact_lang` cl on (c.id_contact= cl.id_contact AND cl.id_lang="1")
WHERE c.active=1 AND c.hook like "%header%" AND cs.id_shop="1"; |
0.978
ms
|
4 |
|
|
/modules/ets_contactform7/classes/Contact.php:219
/modules/ets_contactform7/ets_contactform7.php:1102 (getContactsByHook)
/modules/ets_contactform7/ets_contactform7.php:356 (getContactFormByHook)
/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/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1281 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 460 AND c.nright >= 461)
ORDER BY c.nleft |
0.978
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:919 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/modules/hiproductlistattributes/hiproductlistattributes.php:1423 (offsetGet)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1184 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25770
ORDER BY `position` |
0.973
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1156 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25767) AND (id_product_attribute = 100082) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.971
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 170 |
SELECT SQL_NO_CACHE `reduction`
FROM `fiodusi7_product_group_reduction_cache`
WHERE `id_product` = 17732 AND `id_group` = 1 LIMIT 1 |
0.968
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 187 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 90514 LIMIT 1 |
0.967
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 686 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 25949) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.967
ms
|
5 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1107 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `fiodusi7_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 25769 LIMIT 1 |
0.967
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:131 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:361 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 406 |
SELECT SQL_NO_CACHE COUNT(*) FROM `fiodusi7_pack` WHERE id_product_pack = 25768 LIMIT 1 |
0.964
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 486 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 482 AND c.nright >= 483)
ORDER BY c.nleft |
0.962
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1047 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25952) AND (id_product_attribute = 100848) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.961
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 636 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "totswitchattribute" LIMIT 1 |
0.960
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/override/classes/Product.php:280 (isInstalled)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1114 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (100091, 100092, 100093, 100094, 100095) AND il.`id_lang` = 1 ORDER by i.`position` |
0.959
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 912 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-09-26 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM fiodusi7_product p
LEFT JOIN fiodusi7_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fiodusi7_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN fiodusi7_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (25773) |
0.959
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/hiproductlistattributes/hiproductlistattributes.php:335 (assembleProduct)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 475 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 19781) AND (id_product_attribute = 92537) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.956
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 709 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (100086, 100087, 100088, 100089, 100090) AND il.`id_lang` = 1 ORDER by i.`position` |
0.954
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1199 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `fiodusi7_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 15952 LIMIT 1 |
0.953
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:131 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:361 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1309 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 100091
ORDER BY ag.`position` ASC, a.`position` ASC |
0.950
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php: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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 716 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 16644) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.950
ms
|
2 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1191 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 15952
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.949
ms
|
6 |
|
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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 85 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "ps_facebook" LIMIT 1 |
0.949
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:55 (isEnabled)
/var/cache/prod/Ps_facebookFrontContainer.php:273 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/psshipping/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:308 (getService)
/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/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1243 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 23836 |
0.947
ms
|
5 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1210 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_lang`
WHERE `id_product` = 23835 AND `id_shop` = 1 |
0.946
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 922 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25771
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.940
ms
|
7 |
|
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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 253 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE id_product = 25772 LIMIT 1 |
0.938
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 442 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` c
LEFT JOIN `fiodusi7_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 460 AND c.nright >= 461)
ORDER BY c.nleft |
0.938
ms
|
1166 |
Yes
|
|
/classes/Product.php:7854
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 654 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (90605) AND il.`id_lang` = 1 ORDER by i.`position` |
0.937
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 354 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute_lang`
WHERE `id_product_attribute` = 100841 |
0.936
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1164 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 25767) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.933
ms
|
5 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1275 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 16622 LIMIT 1 |
0.930
ms
|
2 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 340 |
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 `fiodusi7_product` p
INNER JOIN `fiodusi7_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fiodusi7_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` = 25951) |
0.928
ms
|
6 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1240 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 23836 LIMIT 1 |
0.926
ms
|
5 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 380 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 103432 LIMIT 1 |
0.924
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 429 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25769) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.924
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 661 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 25773) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.923
ms
|
1 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 861 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `fiodusi7_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 158 LIMIT 1 |
0.922
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1292 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module_shop` WHERE `id_module` = 96 AND `id_shop` = 1 LIMIT 1 |
0.920
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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 945 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25772) AND (id_product_attribute = 100109) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.919
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1130 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (89559, 89558) AND il.`id_lang` = 1 ORDER by i.`position` |
0.914
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 844 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 23850) AND (id_product_attribute = 97472) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.911
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1029 |
SELECT SQL_NO_CACHE `id_category` FROM `fiodusi7_category_product`
WHERE `id_product` = 25951 |
0.911
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1083 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:345 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1170 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25770) LIMIT 1 |
0.909
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fiodusi7_product_shop`
WHERE `id_product` = 17732 AND id_shop=1 LIMIT 1 |
0.908
ms
|
1 |
|
|
/classes/Product.php:6876
/override/classes/Product.php:363 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 265 |
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 `fiodusi7_attribute` a
LEFT JOIN `fiodusi7_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `fiodusi7_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN fiodusi7_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 `fiodusi7_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 25772
AND pac.`id_product_attribute` = 100108
AND agl.`id_lang` = 1 |
0.906
ms
|
2 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 837 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 27861 LIMIT 1 |
0.906
ms
|
5 |
|
|
/classes/Product.php:2980
/modules/hiproductlistattributes/hiproductlistattributes.php:501 (hasAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1388 (hasProductAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 514 |
SELECT SQL_NO_CACHE product_type FROM `fiodusi7_product` WHERE id_product = 25770 LIMIT 1 |
0.905
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 37 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `fiodusi7_module` m
LEFT JOIN `fiodusi7_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.900
ms
|
143 |
|
|
/classes/module/Module.php:346
/modules/afgiftvoucher/afgiftvoucher.php:96 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 134 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23850) AND (b.`id_shop` = 1) LIMIT 1 |
0.895
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 36 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `fiodusi7_module` m
LEFT JOIN `fiodusi7_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.893
ms
|
143 |
|
|
/classes/module/Module.php:346
/modules/ph_simpleblog/ph_simpleblog.php:135 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 132 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 23850
AND image_shop.`cover` = 1 LIMIT 1 |
0.890
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1298 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 90514
ORDER BY ag.`position` ASC, a.`position` ASC |
0.890
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php: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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 719 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (89559, 89558) AND il.`id_lang` = 1 ORDER by i.`position` |
0.888
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1242 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 23836
ORDER BY `position` |
0.886
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 839 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23850) LIMIT 1 |
0.882
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1203 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 15952) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.881
ms
|
1 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 571 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23836) AND (b.`id_shop` = 1) LIMIT 1 |
0.880
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 818 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_lang`
WHERE `id_product` = 27861 AND `id_shop` = 1 |
0.879
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 874 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (90605) AND il.`id_lang` = 1 ORDER by i.`position` |
0.879
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 856 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (97471, 97472, 97473, 97474, 97475, 97476) AND il.`id_lang` = 1 ORDER by i.`position` |
0.877
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1151 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25767) LIMIT 1 |
0.873
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 677 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25950
ORDER BY `position` |
0.872
ms
|
4 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE name FROM fiodusi7_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 158 LIMIT 1 |
0.870
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 832 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 27861 LIMIT 1 |
0.867
ms
|
5 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `fiodusi7_module` m
LEFT JOIN `fiodusi7_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.866
ms
|
143 |
|
|
/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)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 651 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 17732) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.862
ms
|
1 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 328 |
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 `fiodusi7_attribute` a
LEFT JOIN `fiodusi7_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `fiodusi7_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN fiodusi7_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 `fiodusi7_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 25949
AND pac.`id_product_attribute` = 100832
AND agl.`id_lang` = 1 |
0.861
ms
|
2 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 565 |
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 `fiodusi7_attribute` a
LEFT JOIN `fiodusi7_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `fiodusi7_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN fiodusi7_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 `fiodusi7_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 23835
AND pac.`id_product_attribute` = 97394
AND agl.`id_lang` = 1 |
0.859
ms
|
2 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1312 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 100085
ORDER BY ag.`position` ASC, a.`position` ASC |
0.858
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php: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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 506 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25770) AND (b.`id_shop` = 1) LIMIT 1 |
0.857
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 977 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (100834, 100835, 100836, 100837, 100838) AND il.`id_lang` = 1 ORDER by i.`position` |
0.856
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1279 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (89478, 89477) AND il.`id_lang` = 1 ORDER by i.`position` |
0.855
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1074 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 27863
ORDER BY `position` |
0.854
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1088 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `fiodusi7_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 25768 LIMIT 1 |
0.852
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:131 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:361 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1055 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 25952 |
0.851
ms
|
5 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 344 |
SELECT SQL_NO_CACHE product_type FROM `fiodusi7_product` WHERE id_product = 25951 LIMIT 1 |
0.850
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 678 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 25950 |
0.850
ms
|
5 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 682 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25865
ORDER BY `position` |
0.850
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 963 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25950
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.850
ms
|
5 |
|
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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1148 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (92538, 92539, 92540, 92537) AND il.`id_lang` = 1 ORDER by i.`position` |
0.850
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 544 |
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 `fiodusi7_attribute` a
LEFT JOIN `fiodusi7_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `fiodusi7_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN fiodusi7_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 `fiodusi7_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 15952
AND pac.`id_product_attribute` = 89392
AND agl.`id_lang` = 1 |
0.849
ms
|
2 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 103 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 27861) AND (b.`id_shop` = 1) LIMIT 1 |
0.848
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 504 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 25770
AND image_shop.`cover` = 1 LIMIT 1 |
0.845
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 568 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute_lang`
WHERE `id_product_attribute` = 97394 |
0.845
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 647 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 23850
ORDER BY `position` |
0.845
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1076 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (103432, 103433, 103434, 103435, 103436, 103437) AND il.`id_lang` = 1 ORDER by i.`position` |
0.843
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 597 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fiodusi7_product_shop`
WHERE `id_product` = 23837 AND id_shop=1 LIMIT 1 |
0.842
ms
|
1 |
|
|
/classes/Product.php:6876
/override/classes/Product.php:363 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 329 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_tot_switch_attribute_disabled` AS sad
WHERE `id_product_attribute` = 100832 AND sad.id_shop IN (1) |
0.840
ms
|
0 |
|
|
/modules/totswitchattribute/totswitchattribute.php:616
/classes/Hook.php:1083 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Product.php:5871 (exec)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1225 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (97394, 97395, 97396, 97397, 97398) AND il.`id_lang` = 1 ORDER by i.`position` |
0.838
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 995 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25865
ORDER BY `position` |
0.837
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1175 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25770) AND (id_product_attribute = 100097) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.837
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 452 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 16644) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.837
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1182 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25770 LIMIT 1 |
0.836
ms
|
5 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1311 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 92537
ORDER BY ag.`position` ASC, a.`position` ASC |
0.834
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php: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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 280 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25950) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.833
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 649 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (97471, 97472, 97473, 97474, 97475, 97476) AND il.`id_lang` = 1 ORDER by i.`position` |
0.833
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 883 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 17727) AND (id_product_attribute = 90513) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.832
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 993 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25865 LIMIT 1 |
0.831
ms
|
6 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1133 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19781) LIMIT 1 |
0.827
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 546 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute` a
LEFT JOIN `fiodusi7_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 89392) LIMIT 1 |
0.825
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1093 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25768
ORDER BY `position` |
0.825
ms
|
7 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 385 |
SELECT SQL_NO_CACHE COUNT(*) FROM `fiodusi7_pack` WHERE id_product_pack = 27863 LIMIT 1 |
0.823
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 931 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `fiodusi7_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 25771 LIMIT 1 |
0.823
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:131 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:361 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1144 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 19781 LIMIT 1 |
0.823
ms
|
4 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 500 |
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 `fiodusi7_attribute` a
LEFT JOIN `fiodusi7_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `fiodusi7_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN fiodusi7_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 `fiodusi7_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 25767
AND pac.`id_product_attribute` = 100085
AND agl.`id_lang` = 1 |
0.821
ms
|
2 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1228 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23836) LIMIT 1 |
0.820
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1223 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 23835
ORDER BY `position` |
0.819
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 236 |
SELECT SQL_NO_CACHE COUNT(*) FROM `fiodusi7_pack` WHERE id_product_pack = 25771 LIMIT 1 |
0.816
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_currency_lang`
WHERE `id_currency` = 1 |
0.814
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:695 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 904 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25773) AND (id_product_attribute = 100115) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.814
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 464 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19781) AND (b.`id_shop` = 1) LIMIT 1 |
0.811
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 172 |
SELECT SQL_NO_CACHE product_type FROM `fiodusi7_product` WHERE id_product = 17732 LIMIT 1 |
0.809
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 456 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `fiodusi7_product` p LEFT JOIN `fiodusi7_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN fiodusi7_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN fiodusi7_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` = 16644 AND pa.`id_product` = 16644 AND pa.`id_product_attribute` = 89558 LIMIT 1 |
0.809
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 939 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25771 LIMIT 1 |
0.806
ms
|
7 |
|
|
/classes/Product.php:2980
/modules/hiproductlistattributes/hiproductlistattributes.php:501 (hasAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1388 (hasProductAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1049 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `fiodusi7_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 25952 LIMIT 1 |
0.806
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:131 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:361 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1264 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 23837 LIMIT 1 |
0.804
ms
|
5 |
|
|
/classes/Product.php:2980
/modules/hiproductlistattributes/hiproductlistattributes.php:501 (hasAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1388 (hasProductAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 793 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module_shop` WHERE `id_module` = 94 AND `id_shop` = 1 LIMIT 1 |
0.803
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/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:116 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26cf0a90_20464859)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:274 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1077 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 27863 LIMIT 1 |
0.803
ms
|
6 |
|
|
/classes/Product.php:2980
/modules/hiproductlistattributes/hiproductlistattributes.php:501 (hasAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1388 (hasProductAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 680 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25865 LIMIT 1 |
0.802
ms
|
6 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 478 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fiodusi7_feature_product pf
LEFT JOIN fiodusi7_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fiodusi7_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fiodusi7_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fiodusi7_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 19781
ORDER BY f.position ASC |
0.801
ms
|
2 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 527 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15952) AND (b.`id_shop` = 1) LIMIT 1 |
0.799
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1218 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `fiodusi7_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 23835 LIMIT 1 |
0.796
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:131 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:361 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 34 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `fiodusi7_module` m
LEFT JOIN `fiodusi7_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.793
ms
|
143 |
|
|
/classes/module/Module.php:346
/modules/fsadvancedurl/classes/FsAdvancedUrlModule.php:72 (__construct)
/modules/fsadvancedurl/fsadvancedurl.php:119 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 631 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_tot_switch_attribute_disabled` AS sad
WHERE `id_product_attribute` = 89477 AND sad.id_shop IN (1) |
0.791
ms
|
0 |
|
|
/modules/totswitchattribute/totswitchattribute.php:616
/classes/Hook.php:1083 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Product.php:5871 (exec)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1167 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (100081, 100082, 100083, 100084, 100085) AND il.`id_lang` = 1 ORDER by i.`position` |
0.791
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1011 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-09-26 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM fiodusi7_product p
LEFT JOIN fiodusi7_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fiodusi7_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN fiodusi7_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (25949) |
0.791
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/hiproductlistattributes/hiproductlistattributes.php:335 (assembleProduct)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 65 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_country` a
LEFT JOIN `fiodusi7_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 9) LIMIT 1 |
0.790
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/controller/FrontController.php:354 (__construct)
/controllers/front/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1226 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 23835 LIMIT 1 |
0.790
ms
|
5 |
|
|
/classes/Product.php:2980
/modules/hiproductlistattributes/hiproductlistattributes.php:501 (hasAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1388 (hasProductAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 970 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `fiodusi7_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 25950 LIMIT 1 |
0.787
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:131 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:361 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1204 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 15952
ORDER BY `position` |
0.787
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1009 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `fiodusi7_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 25949 LIMIT 1 |
0.785
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:131 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:361 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 542 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `fiodusi7_product` p LEFT JOIN `fiodusi7_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN fiodusi7_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN fiodusi7_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` = 15952 AND pa.`id_product` = 15952 AND pa.`id_product_attribute` = 89392 LIMIT 1 |
0.783
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 666 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 25771) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.783
ms
|
1 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1098 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25769) LIMIT 1 |
0.782
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 784 |
SELECT SQL_NO_CACHE 1 FROM fiodusi7_cart_product cp INNER JOIN fiodusi7_product p
ON (p.id_product = cp.id_product) INNER JOIN fiodusi7_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.780
ms
|
1 |
|
|
/classes/Cart.php:4255
/classes/Cart.php:4230 (hasProducts)
/classes/Cart.php:2145 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartLazyArray.php:185 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/c2/17/d9/c217d95049c05a1d56194702c68701572775ac6d_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26c74a44_22860136)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:544 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1126 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 16644 LIMIT 1 |
0.779
ms
|
2 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 653 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 17732 |
0.778
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1115 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25769 LIMIT 1 |
0.778
ms
|
5 |
|
|
/classes/Product.php:2980
/modules/hiproductlistattributes/hiproductlistattributes.php:501 (hasAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1388 (hasProductAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1280 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 16622 LIMIT 1 |
0.775
ms
|
2 |
|
|
/classes/Product.php:2980
/modules/hiproductlistattributes/hiproductlistattributes.php:501 (hasAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1388 (hasProductAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 961 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25950) LIMIT 1 |
0.774
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1185 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 25770 |
0.773
ms
|
5 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 788 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_cart_rule` cr
LEFT JOIN `fiodusi7_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.771
ms
|
1 |
|
|
/classes/CartRule.php:423
/classes/CartRule.php:578 (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/outdoorwaylayouts_layout_full_width_tpl/c2/17/d9/c217d95049c05a1d56194702c68701572775ac6d_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26c74a44_22860136)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:544 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 959 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25772 LIMIT 1 |
0.771
ms
|
6 |
|
|
/classes/Product.php:2980
/modules/hiproductlistattributes/hiproductlistattributes.php:501 (hasAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1388 (hasProductAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1066 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 27863) AND (id_product_attribute = 103436) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.770
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 695 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25952 LIMIT 1 |
0.769
ms
|
5 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1290 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module_shop` WHERE `id_module` = 119 AND `id_shop` = 1 LIMIT 1 |
0.768
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/outdoorway/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplateshookdisplaymodal.tpl.php:121 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorway/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplateshookdisplaymodal.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e317dde64_50923725)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/iqitwishlist/iqitwishlist.php:212 (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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 384 |
SELECT SQL_NO_CACHE `reduction`
FROM `fiodusi7_product_group_reduction_cache`
WHERE `id_product` = 27863 AND `id_group` = 1 LIMIT 1 |
0.767
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1071 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-09-26 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM fiodusi7_product p
LEFT JOIN fiodusi7_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fiodusi7_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN fiodusi7_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (27863) |
0.765
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/hiproductlistattributes/hiproductlistattributes.php:335 (assembleProduct)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1302 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 100834
ORDER BY ag.`position` ASC, a.`position` ASC |
0.763
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php: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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 750 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 23837 LIMIT 1 |
0.761
ms
|
5 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 83 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_state` a
WHERE (a.`id_state` = 358) LIMIT 1 |
0.760
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/controller/FrontController.php:1778 (__construct)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 702 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 27863
ORDER BY `position` |
0.760
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 710 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25769 LIMIT 1 |
0.760
ms
|
5 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.758
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/codfee/codfee.php:339 (isEnabled)
/modules/codfee/codfee.php:331 (hookHeader)
/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/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 311 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 25949
AND image_shop.`cover` = 1 LIMIT 1 |
0.757
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 745 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 23836 LIMIT 1 |
0.756
ms
|
5 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1016 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (100829, 100830, 100831, 100832, 100833) AND il.`id_lang` = 1 ORDER by i.`position` |
0.754
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 342 |
SELECT SQL_NO_CACHE `reduction`
FROM `fiodusi7_product_group_reduction_cache`
WHERE `id_product` = 25951 AND `id_group` = 1 LIMIT 1 |
0.752
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1122 |
SELECT SQL_NO_CACHE `id_category` FROM `fiodusi7_category_product`
WHERE `id_product` = 16644 |
0.750
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1083 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:345 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 339 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE id_product = 25951 LIMIT 1 |
0.747
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1080 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_lang`
WHERE `id_product` = 25768 AND `id_shop` = 1 |
0.746
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 17732) AND (b.`id_shop` = 1) LIMIT 1 |
0.745
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 418 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 25769
AND image_shop.`cover` = 1 LIMIT 1 |
0.744
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 877 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 17727) LIMIT 1 |
0.743
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1159 |
SELECT SQL_NO_CACHE `id_category` FROM `fiodusi7_category_product`
WHERE `id_product` = 25767 |
0.741
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1083 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:345 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1259 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 23837 LIMIT 1 |
0.741
ms
|
5 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 25773
AND image_shop.`cover` = 1 LIMIT 1 |
0.740
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE `id_carrier` FROM `fiodusi7_carrier`
WHERE id_reference = 7 AND deleted = 0 ORDER BY id_carrier DESC LIMIT 1 |
0.737
ms
|
1 |
Yes
|
|
/classes/Carrier.php:1088
/modules/afboxnow/afboxnow.php:1488 (getCarrierByReference)
/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/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 712 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25769
ORDER BY `position` |
0.736
ms
|
7 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 854 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 23850
ORDER BY `position` |
0.734
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1153 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25767
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.732
ms
|
5 |
|
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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1207 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 15952 LIMIT 1 |
0.732
ms
|
6 |
|
|
/classes/Product.php:2980
/modules/hiproductlistattributes/hiproductlistattributes.php:501 (hasAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1388 (hasProductAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 414 |
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 `fiodusi7_attribute` a
LEFT JOIN `fiodusi7_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `fiodusi7_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN fiodusi7_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 `fiodusi7_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 25768
AND pac.`id_product_attribute` = 100086
AND agl.`id_lang` = 1 |
0.730
ms
|
2 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1306 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 100849
ORDER BY ag.`position` ASC, a.`position` ASC |
0.729
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php: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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 615 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 89477 LIMIT 1 |
0.729
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 869 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-09-26 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM fiodusi7_product p
LEFT JOIN fiodusi7_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fiodusi7_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN fiodusi7_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (17732) |
0.728
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/hiproductlistattributes/hiproductlistattributes.php:335 (assembleProduct)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 330 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute` a
LEFT JOIN `fiodusi7_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 100832) LIMIT 1 |
0.727
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 97 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_carrier` a
LEFT JOIN `fiodusi7_carrier_shop` `c` ON a.`id_carrier` = c.`id_carrier` AND c.`id_shop` = 1
WHERE (a.`id_carrier` = 40) LIMIT 1 |
0.725
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Carrier.php:186 (__construct)
/classes/Carrier.php:1093 (__construct)
/modules/afboxnow/afboxnow.php:1488 (getCarrierByReference)
/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/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 531 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `fiodusi7_specific_price_priority`
WHERE `id_product` = 15952
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.723
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 935 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 25771) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.723
ms
|
1 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 395 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute` a
LEFT JOIN `fiodusi7_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 103432) LIMIT 1 |
0.721
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 899 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25773) LIMIT 1 |
0.721
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fiodusi7_product_shop`
WHERE `id_product` = 27861 AND id_shop=1 LIMIT 1 |
0.719
ms
|
1 |
|
|
/classes/Product.php:6876
/override/classes/Product.php:363 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1271 |
SELECT SQL_NO_CACHE `id_category` FROM `fiodusi7_category_product`
WHERE `id_product` = 16622 |
0.718
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1083 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:345 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1038 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25951 LIMIT 1 |
0.717
ms
|
6 |
|
|
/classes/Product.php:2980
/modules/hiproductlistattributes/hiproductlistattributes.php:501 (hasAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1388 (hasProductAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1019 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25951) LIMIT 1 |
0.716
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1105 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25769) AND (id_product_attribute = 100095) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.716
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 671 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 25772) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.715
ms
|
1 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1141 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `fiodusi7_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 19781 LIMIT 1 |
0.715
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:131 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:361 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1149 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 19781 LIMIT 1 |
0.713
ms
|
4 |
|
|
/classes/Product.php:2980
/modules/hiproductlistattributes/hiproductlistattributes.php:501 (hasAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1388 (hasProductAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1319 |
SELECT SQL_NO_CACHE `id_advancedpopup`
FROM `fiodusi7_advancedpopup`
WHERE `id_shop` = 1 AND `session` = 1 |
0.712
ms
|
1 |
|
|
/modules/advancedpopupcreator/classes/AdvancedPopup.php:303
/modules/advancedpopupcreator/advancedpopupcreator.php:256 (getPopups)
/modules/advancedpopupcreator/advancedpopupcreator.php:203 (hookDisplayFooter)
/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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 667 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25771
ORDER BY `position` |
0.708
ms
|
7 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "swiftcheckout" LIMIT 1 |
0.707
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/codfee/codfee.php:323 (isEnabled)
/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:1004 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 879 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 17727
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.707
ms
|
8 |
|
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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1022 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25951
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.707
ms
|
6 |
|
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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 496 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25767) AND (id_product_attribute = 100085) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.705
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 729 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (100081, 100082, 100083, 100084, 100085) AND il.`id_lang` = 1 ORDER by i.`position` |
0.705
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 749 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (97399, 97400, 97401, 97402, 97403) AND il.`id_lang` = 1 ORDER by i.`position` |
0.705
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 659 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (90511, 90512, 90513, 90514, 90515, 90516, 90517, 90518) AND il.`id_lang` = 1 ORDER by i.`position` |
0.703
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 980 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25865) LIMIT 1 |
0.702
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1293 |
SELECT SQL_NO_CACHE data
FROM `fiodusi7_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
0.701
ms
|
0 |
|
|
/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:53 (findDataByCartIdAndShopId)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:267 (readData)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:54 (outputStoredEvents)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php: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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 707 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25768
ORDER BY `position` |
0.699
ms
|
7 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 754 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (97404, 97405, 97406, 97407, 97408) AND il.`id_lang` = 1 ORDER by i.`position` |
0.698
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 386 |
SELECT SQL_NO_CACHE product_type FROM `fiodusi7_product` WHERE id_product = 27863 LIMIT 1 |
0.695
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1299 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 100114
ORDER BY ag.`position` ASC, a.`position` ASC |
0.691
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php: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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1030 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `fiodusi7_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 25951 LIMIT 1 |
0.690
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:131 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:361 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1221 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 23835 LIMIT 1 |
0.690
ms
|
5 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1128 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 16644
ORDER BY `position` |
0.689
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1096 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25768 LIMIT 1 |
0.688
ms
|
5 |
|
|
/classes/Product.php:2980
/modules/hiproductlistattributes/hiproductlistattributes.php:501 (hasAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1388 (hasProductAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1202 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 15952 LIMIT 1 |
0.688
ms
|
6 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 123 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 27861) AND (id_product_attribute = 103424) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.688
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1317 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 97404
ORDER BY ag.`position` ASC, a.`position` ASC |
0.687
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php: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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 697 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25952
ORDER BY `position` |
0.686
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 841 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 23850
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.685
ms
|
6 |
|
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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 918 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25773 LIMIT 1 |
0.684
ms
|
6 |
|
|
/classes/Product.php:2980
/modules/hiproductlistattributes/hiproductlistattributes.php:501 (hasAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1388 (hasProductAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 249 |
SELECT SQL_NO_CACHE name FROM fiodusi7_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 64 LIMIT 1 |
0.682
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 655 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 17727 LIMIT 1 |
0.682
ms
|
8 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 889 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `fiodusi7_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 17727 LIMIT 1 |
0.674
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:131 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:361 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 566 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_tot_switch_attribute_disabled` AS sad
WHERE `id_product_attribute` = 97394 AND sad.id_shop IN (1) |
0.673
ms
|
0 |
|
|
/modules/totswitchattribute/totswitchattribute.php:616
/classes/Hook.php:1083 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Product.php:5871 (exec)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 136 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 97476 LIMIT 1 |
0.671
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 563 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `fiodusi7_product` p LEFT JOIN `fiodusi7_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN fiodusi7_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN fiodusi7_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` = 23835 AND pa.`id_product` = 23835 AND pa.`id_product_attribute` = 97394 LIMIT 1 |
0.670
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 610 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute_lang`
WHERE `id_product_attribute` = 97404 |
0.670
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 759 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (89478, 89477) AND il.`id_lang` = 1 ORDER by i.`position` |
0.667
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 586 |
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 `fiodusi7_attribute` a
LEFT JOIN `fiodusi7_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `fiodusi7_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN fiodusi7_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 `fiodusi7_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 23836
AND pac.`id_product_attribute` = 97399
AND agl.`id_lang` = 1 |
0.666
ms
|
2 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 633 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute_lang`
WHERE `id_product_attribute` = 89477 |
0.665
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1146 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 19781
ORDER BY `position` |
0.665
ms
|
5 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 622 |
SELECT SQL_NO_CACHE COUNT(*) FROM `fiodusi7_pack` WHERE id_product_pack = 16622 LIMIT 1 |
0.664
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 785 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_cart_rule` WHERE ((date_to >= "2026-09-26 00:00:00" AND date_to <= "2026-09-26 23:59:59") OR (date_from >= "2026-09-26 00:00:00" AND date_from <= "2026-09-26 23:59:59") OR (date_from < "2026-09-26 00:00:00" AND date_to > "2026-09-26 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.663
ms
|
3 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/Cart.php:3079 (getCustomerCartRules)
/classes/Cart.php:3463 (getDeliveryOptionList)
/classes/Cart.php:3536 (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)
/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/outdoorwaylayouts_layout_full_width_tpl/c2/17/d9/c217d95049c05a1d56194702c68701572775ac6d_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26c74a44_22860136)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:544 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 693 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 25951 |
0.663
ms
|
6 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 897 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 17727 LIMIT 1 |
0.662
ms
|
8 |
|
|
/classes/Product.php:2980
/modules/hiproductlistattributes/hiproductlistattributes.php:501 (hasAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1388 (hasProductAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 908 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25773) AND (id_product_attribute = 100119) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.662
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 451 |
SELECT SQL_NO_CACHE product_type FROM `fiodusi7_product` WHERE id_product = 16644 LIMIT 1 |
0.660
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 757 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 16622
ORDER BY `position` |
0.660
ms
|
9 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1095 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `fiodusi7_product_attribute_image` pai
LEFT JOIN `fiodusi7_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `fiodusi7_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (100086, 100087, 100088, 100089, 100090) AND il.`id_lang` = 1 ORDER by i.`position` |
0.659
ms
|
1 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `fiodusi7_category` c
WHERE (c.`id_category` = 766) LIMIT 1 |
0.658
ms
|
1 |
|
|
/classes/Category.php:1974
/classes/Product.php:7847 (getInterval)
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 646 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 23850) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.658
ms
|
1 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1313 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 100100
ORDER BY ag.`position` ASC, a.`position` ASC |
0.658
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php: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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1267 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_lang`
WHERE `id_product` = 16622 AND `id_shop` = 1 |
0.657
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 966 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25950) AND (id_product_attribute = 100836) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.654
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 834 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 27861
ORDER BY `position` |
0.651
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1304 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 100832
ORDER BY ag.`position` ASC, a.`position` ASC |
0.651
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php: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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 373 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_tot_switch_attribute_disabled` AS sad
WHERE `id_product_attribute` = 100849 AND sad.id_shop IN (1) |
0.651
ms
|
0 |
|
|
/modules/totswitchattribute/totswitchattribute.php:616
/classes/Hook.php:1083 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Product.php:5871 (exec)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 352 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_tot_switch_attribute_disabled` AS sad
WHERE `id_product_attribute` = 100841 AND sad.id_shop IN (1) |
0.649
ms
|
0 |
|
|
/modules/totswitchattribute/totswitchattribute.php:616
/classes/Hook.php:1083 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Product.php:5871 (exec)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 185 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 17727) AND (b.`id_shop` = 1) LIMIT 1 |
0.648
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 872 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 17732
ORDER BY `position` |
0.647
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1002 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25949
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.647
ms
|
5 |
|
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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE name FROM fiodusi7_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 64 LIMIT 1 |
0.639
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 387 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 27863) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.638
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 458 |
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 `fiodusi7_attribute` a
LEFT JOIN `fiodusi7_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `fiodusi7_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN fiodusi7_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 `fiodusi7_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 16644
AND pac.`id_product_attribute` = 89558
AND agl.`id_lang` = 1 |
0.638
ms
|
2 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 794 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "iqitmegamenu" LIMIT 1 |
0.638
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/outdoorwaylayouts_layout_full_width_tpl/02/77/56/02775616e783ed2e758a44eefe9dff58cf19d467_2.file.header-8.tpl.php:67 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26e5bf93_37740021)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:168 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26cf0a90_20464859)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:274 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 871 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 17732) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.637
ms
|
1 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1315 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 97394
ORDER BY ag.`position` ASC, a.`position` ASC |
0.635
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php: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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1111 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 25769) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.635
ms
|
5 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 550 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23835) AND (b.`id_shop` = 1) LIMIT 1 |
0.634
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 652 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 17732
ORDER BY `position` |
0.634
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1190 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_lang`
WHERE `id_product` = 15952 AND `id_shop` = 1 |
0.632
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 731 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 25770) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.631
ms
|
5 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 463 |
SELECT SQL_NO_CACHE name FROM fiodusi7_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 64 LIMIT 1 |
0.630
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 736 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 15952) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.630
ms
|
1 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 902 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25773
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.630
ms
|
6 |
|
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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 843 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 23850) AND (id_product_attribute = 97471) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.629
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 164 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE `from` BETWEEN '2026-09-26 00:00:00' AND '2026-09-26 23:59:59' LIMIT 1 |
0.628
ms
|
1 |
|
|
/classes/SpecificPrice.php:377
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 298 |
SELECT SQL_NO_CACHE `reduction`
FROM `fiodusi7_product_group_reduction_cache`
WHERE `id_product` = 25865 AND `id_group` = 1 LIMIT 1 |
0.628
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 435 |
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 `fiodusi7_attribute` a
LEFT JOIN `fiodusi7_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `fiodusi7_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN fiodusi7_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 `fiodusi7_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 25769
AND pac.`id_product_attribute` = 100091
AND agl.`id_lang` = 1 |
0.628
ms
|
2 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 382 |
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 `fiodusi7_product` p
INNER JOIN `fiodusi7_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fiodusi7_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` = 27863) |
0.627
ms
|
6 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module_shop` WHERE `id_module` = 290 AND `id_shop` = 1 LIMIT 1 |
0.627
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/lgseoredirect/lgseoredirect.php:1058 (isEnabled)
/modules/lgseoredirect/lgseoredirect.php:874 (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)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 1262 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 23837 |
0.625
ms
|
5 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 800 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` a
LEFT JOIN `fiodusi7_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_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.623
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:1118 (__construct)
/classes/Category.php:1574 (getRootCategory)
/override/classes/Link.php:89 (getParentsCategories)
/classes/Category.php:1403 (getCategoryLink)
/modules/iqitmegamenu/iqitmegamenu.php:3276 (getLink)
/modules/iqitmegamenu/iqitmegamenu.php:3199 (transformToLink)
/modules/iqitmegamenu/iqitmegamenu.php:2644 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2597 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2580 (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/outdoorwaylayouts_layout_full_width_tpl/02/77/56/02775616e783ed2e758a44eefe9dff58cf19d467_2.file.header-8.tpl.php:67 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26e5bf93_37740021)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:168 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26cf0a90_20464859)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:274 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 227 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 25771
AND image_shop.`cover` = 1 LIMIT 1 |
0.622
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 523 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute` a
LEFT JOIN `fiodusi7_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 100100) LIMIT 1 |
0.622
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1307 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `fiodusi7_product_attribute_combination` pac
LEFT JOIN `fiodusi7_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fiodusi7_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fiodusi7_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 103432
ORDER BY ag.`position` ASC, a.`position` ASC |
0.621
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php: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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 447 |
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 `fiodusi7_product` p
INNER JOIN `fiodusi7_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fiodusi7_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` = 16644) |
0.619
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1001 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_lang`
WHERE `id_product` = 25949 AND `id_shop` = 1 |
0.618
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 732 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25770
ORDER BY `position` |
0.616
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1178 |
SELECT SQL_NO_CACHE `id_category` FROM `fiodusi7_category_product`
WHERE `id_product` = 25770 |
0.615
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1083 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:345 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 332 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 25951
AND image_shop.`cover` = 1 LIMIT 1 |
0.614
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 479 |
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 `fiodusi7_attribute` a
LEFT JOIN `fiodusi7_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fiodusi7_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `fiodusi7_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN fiodusi7_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 `fiodusi7_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `fiodusi7_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 19781
AND pac.`id_product_attribute` = 92537
AND agl.`id_lang` = 1 |
0.613
ms
|
2 |
|
|
/classes/Product.php:7535
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 213 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fiodusi7_product_shop`
WHERE `id_product` = 25773 AND id_shop=1 LIMIT 1 |
0.612
ms
|
1 |
|
|
/classes/Product.php:6876
/override/classes/Product.php:363 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 205 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `fiodusi7_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 64 LIMIT 1 |
0.611
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5658 (getLinkRewrite)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 23 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.610
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/gdprpro/src/GdprProConfig.php:162 (isInstalled)
/modules/gdprpro/src/GdprProCookie.php:70 (getModulesToUnload)
/modules/gdprpro/src/GdprProCookie.php:51 (getDefaultModules)
/modules/gdprpro/src/GdprProCookie.php:60 (__construct)
/modules/gdprpro/gdprpro.php:118 (getInstance)
: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)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 383 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fiodusi7_product_shop`
WHERE `id_product` = 27863 AND id_shop=1 LIMIT 1 |
0.610
ms
|
1 |
|
|
/classes/Product.php:6876
/override/classes/Product.php:363 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 271 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25950) AND (b.`id_shop` = 1) LIMIT 1 |
0.609
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1021 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `fiodusi7_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 602 LIMIT 1 |
0.609
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 44 |
SELECT SQL_NO_CACHE * FROM fiodusi7_lgseoredirect WHERE (CONCAT("", url_old) LIKE BINARY "/en/brand/merrell.html?productListView=list&resultsPerPage=36" OR CONCAT("", url_old) LIKE BINARY "/en/brand/merrell.html?productListView=list&resultsPerPage=36#%") AND id_shop = "1" ORDER BY id DESC LIMIT 1 |
0.606
ms
|
1 |
|
|
/modules/lgseoredirect/lgseoredirect.php:1072
/modules/lgseoredirect/lgseoredirect.php:874 (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)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 608 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_tot_switch_attribute_disabled` AS sad
WHERE `id_product_attribute` = 97404 AND sad.id_shop IN (1) |
0.606
ms
|
0 |
|
|
/modules/totswitchattribute/totswitchattribute.php:616
/classes/Hook.php:1083 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Product.php:5871 (exec)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 374 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute` a
LEFT JOIN `fiodusi7_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 100849) LIMIT 1 |
0.604
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 990 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `fiodusi7_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 25865 LIMIT 1 |
0.599
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:131 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:361 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 638 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 27861 LIMIT 1 |
0.596
ms
|
5 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 717 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 16644
ORDER BY `position` |
0.595
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 140 |
SELECT SQL_NO_CACHE `reduction`
FROM `fiodusi7_product_group_reduction_cache`
WHERE `id_product` = 23850 AND `id_group` = 1 LIMIT 1 |
0.593
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 189 |
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 `fiodusi7_product` p
INNER JOIN `fiodusi7_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fiodusi7_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` = 17727) |
0.593
ms
|
8 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 909 |
SELECT SQL_NO_CACHE `id_category` FROM `fiodusi7_category_product`
WHERE `id_product` = 25773 |
0.592
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1083 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:345 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 221 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `fiodusi7_product` p LEFT JOIN `fiodusi7_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN fiodusi7_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN fiodusi7_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` = 25773 AND pa.`id_product` = 25773 AND pa.`id_product_attribute` = 100114 LIMIT 1 |
0.591
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 250 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25772) AND (b.`id_shop` = 1) LIMIT 1 |
0.591
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1072 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 27863 LIMIT 1 |
0.590
ms
|
6 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 91 |
SELECT SQL_NO_CACHE count(*)
FROM `fiodusi7_advancedpopup`
INNER JOIN `fiodusi7_advancedpopup_lang` ON `fiodusi7_advancedpopup`.`id_advancedpopup` = `fiodusi7_advancedpopup_lang`.`id_advancedpopup`
WHERE `id_shop` = 1 AND `id_lang` = 1 AND `active` = 1
AND `display_on_exit` = 1 LIMIT 1 |
0.590
ms
|
1 |
|
|
/modules/advancedpopupcreator/classes/AdvancedPopup.php:913
/modules/advancedpopupcreator/advancedpopupcreator.php:188 (existExitPopups)
/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/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25773) AND (b.`id_shop` = 1) LIMIT 1 |
0.590
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 248 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 25772
AND image_shop.`cover` = 1 LIMIT 1 |
0.590
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 827 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "iqitreviews" LIMIT 1 |
0.589
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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:131 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:361 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 8 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_lang` a
LEFT JOIN `fiodusi7_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 2) LIMIT 1 |
0.588
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)
|
| 80 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `fiodusi7_country`
WHERE `id_country` = 9 LIMIT 1 |
0.588
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:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 303 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25865) AND (id_product_attribute = 100515) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.584
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 269 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 25950
AND image_shop.`cover` = 1 LIMIT 1 |
0.582
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 994 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 25865) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.581
ms
|
1 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1152 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_lang`
WHERE `id_product` = 25767 AND `id_shop` = 1 |
0.578
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 485 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25767) AND (b.`id_shop` = 1) LIMIT 1 |
0.578
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1053 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 25952) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.577
ms
|
5 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 553 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE id_product = 23835 LIMIT 1 |
0.575
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1104 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25769) AND (id_product_attribute = 100094) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.574
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 431 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25769) AND (id_product_attribute = 100091) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.572
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 752 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 23837
ORDER BY `position` |
0.571
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 589 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute_lang`
WHERE `id_product_attribute` = 97399 |
0.566
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 787 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_cart_rule` WHERE ((date_to >= "2026-09-26 00:00:00" AND date_to <= "2026-09-26 23:59:59") OR (date_from >= "2026-09-26 00:00:00" AND date_from <= "2026-09-26 23:59:59") OR (date_from < "2026-09-26 00:00:00" AND date_to > "2026-09-26 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.566
ms
|
3 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/CartRule.php:578 (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/outdoorwaylayouts_layout_full_width_tpl/c2/17/d9/c217d95049c05a1d56194702c68701572775ac6d_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26c74a44_22860136)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:544 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 723 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 19781 |
0.565
ms
|
4 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1025 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25951) AND (id_product_attribute = 100840) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.564
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1112 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25769
ORDER BY `position` |
0.562
ms
|
7 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 433 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `fiodusi7_product` p LEFT JOIN `fiodusi7_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN fiodusi7_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN fiodusi7_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` = 25769 AND pa.`id_product` = 25769 AND pa.`id_product_attribute` = 100091 LIMIT 1 |
0.562
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1193 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 15952) AND (id_product_attribute = 89387) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.561
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1222 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 23835) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.561
ms
|
5 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 312 |
SELECT SQL_NO_CACHE name FROM fiodusi7_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 158 LIMIT 1 |
0.560
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 313 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25949) AND (b.`id_shop` = 1) LIMIT 1 |
0.560
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 552 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 97394 LIMIT 1 |
0.560
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 673 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 25772 |
0.557
ms
|
6 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 884 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 17727) AND (id_product_attribute = 90515) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.555
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_group_lang`
WHERE `id_group` = 1 |
0.554
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/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 255 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fiodusi7_product_shop`
WHERE `id_product` = 25772 AND id_shop=1 LIMIT 1 |
0.553
ms
|
1 |
|
|
/classes/Product.php:6876
/override/classes/Product.php:363 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 737 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 15952
ORDER BY `position` |
0.553
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 182 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute_lang`
WHERE `id_product_attribute` = 90605 |
0.552
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1283 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1 |
0.551
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/mailchimppro/src/PrestaChamps/MailchimpPro/Hooks/Display/FooterBefore.php:68 (isEnabled)
/modules/mailchimppro/mailchimppro.php:1391 (newsletterBlockRegistration)
/classes/Hook.php:1083 (hookDisplayFooterBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/04/42/bc/0442bc91f522dc24b5d23968040ba4f77e244809_2.file.footer-1.tpl.php:101 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/04/42/bc/0442bc91f522dc24b5d23968040ba4f77e244809_2.file.footer-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e315e9310_67182544)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/f9/fa/65/f9fa6508a65a99dae9ec32a6a190dbcd5541c733_2.file.footer.tpl.php:32 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e315d24e9_45213466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 462 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 19781
AND image_shop.`cover` = 1 LIMIT 1 |
0.550
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1073 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 27863) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.549
ms
|
1 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25771) AND (b.`id_shop` = 1) LIMIT 1 |
0.548
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 357 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25952) AND (b.`id_shop` = 1) LIMIT 1 |
0.546
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 915 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25773
ORDER BY `position` |
0.545
ms
|
4 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 913 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25773 LIMIT 1 |
0.542
ms
|
6 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 584 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `fiodusi7_product` p LEFT JOIN `fiodusi7_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN fiodusi7_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN fiodusi7_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` = 23836 AND pa.`id_product` = 23836 AND pa.`id_product_attribute` = 97399 LIMIT 1 |
0.541
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 233 |
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 `fiodusi7_product` p
INNER JOIN `fiodusi7_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fiodusi7_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` = 25771) |
0.540
ms
|
7 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE `id_lang` FROM `fiodusi7_lang` WHERE `iso_code` = 'en' LIMIT 1 |
0.537
ms
|
2 |
|
|
/classes/Language.php:854
/classes/Tools.php:627 (getIdByIso)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 324 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25949) AND (id_product_attribute = 100832) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.537
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 510 |
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 `fiodusi7_product` p
INNER JOIN `fiodusi7_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fiodusi7_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` = 25770) |
0.536
ms
|
5 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1160 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `fiodusi7_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 25767 LIMIT 1 |
0.535
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:131 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:361 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 894 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 17727
ORDER BY `position` |
0.534
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 224 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_tot_switch_attribute_disabled` AS sad
WHERE `id_product_attribute` = 100114 AND sad.id_shop IN (1) |
0.533
ms
|
0 |
|
|
/modules/totswitchattribute/totswitchattribute.php:616
/classes/Hook.php:1083 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Product.php:5871 (exec)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 397 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 25768
AND image_shop.`cover` = 1 LIMIT 1 |
0.528
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 847 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 23850) AND (id_product_attribute = 97475) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.528
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 637 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module_shop` WHERE `id_module` = 136 AND `id_shop` = 1 LIMIT 1 |
0.527
ms
|
1 |
|
|
/classes/module/Module.php:2137
/override/classes/Product.php:281 (isEnabled)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1197 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 15952) AND (id_product_attribute = 89391) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.527
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1287 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.526
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:87 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:89 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/04/42/bc/0442bc91f522dc24b5d23968040ba4f77e244809_2.file.footer-1.tpl.php:166 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/04/42/bc/0442bc91f522dc24b5d23968040ba4f77e244809_2.file.footer-1.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e315e9310_67182544)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/f9/fa/65/f9fa6508a65a99dae9ec32a6a190dbcd5541c733_2.file.footer.tpl.php:32 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e315d24e9_45213466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 74 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.525
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/codfee/codfee.php:323 (isEnabled)
/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:1004 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 508 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 100100 LIMIT 1 |
0.525
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1054 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25952
ORDER BY `position` |
0.525
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 540 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 15952) AND (id_product_attribute = 89392) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.524
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 885 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 17727) AND (id_product_attribute = 90516) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.524
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1198 |
SELECT SQL_NO_CACHE `id_category` FROM `fiodusi7_category_product`
WHERE `id_product` = 15952 |
0.524
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1083 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:345 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1249 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 23837
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.519
ms
|
5 |
|
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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 741 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 23835) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.518
ms
|
5 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 554 |
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 `fiodusi7_product` p
INNER JOIN `fiodusi7_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fiodusi7_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` = 23835) |
0.518
ms
|
5 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 623 |
SELECT SQL_NO_CACHE product_type FROM `fiodusi7_product` WHERE id_product = 16622 LIMIT 1 |
0.516
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 246 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute` a
LEFT JOIN `fiodusi7_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 100102) LIMIT 1 |
0.515
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 930 |
SELECT SQL_NO_CACHE `id_category` FROM `fiodusi7_category_product`
WHERE `id_product` = 25771 |
0.515
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1083 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:345 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 582 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 23836) AND (id_product_attribute = 97399) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.514
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1237 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `fiodusi7_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 23836 LIMIT 1 |
0.513
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:131 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:361 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1102 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25769) AND (id_product_attribute = 100092) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.511
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1081 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25768
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.509
ms
|
5 |
|
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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 326 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `fiodusi7_product` p LEFT JOIN `fiodusi7_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN fiodusi7_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN fiodusi7_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` = 25949 AND pa.`id_product` = 25949 AND pa.`id_product_attribute` = 100832 LIMIT 1 |
0.508
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 173 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 17732) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.504
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 391 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `fiodusi7_product` p LEFT JOIN `fiodusi7_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN fiodusi7_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN fiodusi7_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` = 27863 AND pa.`id_product` = 27863 AND pa.`id_product_attribute` = 103432 LIMIT 1 |
0.504
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 726 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 25767) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.504
ms
|
5 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 937 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 25771 |
0.504
ms
|
7 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 305 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `fiodusi7_product` p LEFT JOIN `fiodusi7_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN fiodusi7_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN fiodusi7_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` = 25865 AND pa.`id_product` = 25865 AND pa.`id_product_attribute` = 100515 LIMIT 1 |
0.503
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 914 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 25773) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.502
ms
|
1 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1214 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 23835) AND (id_product_attribute = 97396) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.501
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_gdpr_custom_script` c
INNER JOIN `fiodusi7_gdpr_custom_script_lang` `l` ON c.id_gdpr_custom_script = l.id_gdpr_custom_script
WHERE (active = 1)
ORDER BY position ASC |
0.498
ms
|
0 |
|
|
/modules/gdprpro/src/GdprCustomScript.php:233
/modules/gdprpro/src/GdprCustomScript.php:265 (getActiveScripts)
/modules/gdprpro/src/GdprProConfig.php:168 (getUnHookableScripts)
/modules/gdprpro/src/GdprProCookie.php:70 (getModulesToUnload)
/modules/gdprpro/src/GdprProCookie.php:51 (getDefaultModules)
/modules/gdprpro/src/GdprProCookie.php:60 (__construct)
/modules/gdprpro/gdprpro.php:118 (getInstance)
: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)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 813 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "prestashopmenubuilder" LIMIT 1 |
0.498
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:87 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:89 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:80 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "xps_checkout" LIMIT 1 |
0.495
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/thecheckout/classes/Config.php:153 (isInstalled)
/modules/thecheckout/thecheckout.php:274 (__construct)
/modules/thecheckout/thecheckout.php:224 (setConfigOptions)
/modules/thecheckout/thecheckout.php:66 (initTheCheckout)
: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)
|
| 301 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25865) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.494
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 687 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25949
ORDER BY `position` |
0.494
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 860 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_lang`
WHERE `id_product` = 17732 AND `id_shop` = 1 |
0.494
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1155 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25767) AND (id_product_attribute = 100081) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.494
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 231 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 100102 LIMIT 1 |
0.493
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 333 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `fiodusi7_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 602 LIMIT 1 |
0.493
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5658 (getLinkRewrite)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 711 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 25769) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.492
ms
|
5 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 548 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 23835
AND image_shop.`cover` = 1 LIMIT 1 |
0.491
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 257 |
SELECT SQL_NO_CACHE COUNT(*) FROM `fiodusi7_pack` WHERE id_product_pack = 25772 LIMIT 1 |
0.489
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1036 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 25951 |
0.489
ms
|
6 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 95 |
SELECT SQL_NO_CACHE `name`
FROM `fiodusi7_hook`
WHERE `id_hook` = 1066 LIMIT 1 |
0.488
ms
|
1 |
|
|
/classes/Hook.php:247
/classes/Hook.php:917 (getNameById)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute` a
LEFT JOIN `fiodusi7_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 90514) LIMIT 1 |
0.487
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1061 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 27863
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.486
ms
|
6 |
|
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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 727 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25767
ORDER BY `position` |
0.485
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 722 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 19781
ORDER BY `position` |
0.483
ms
|
5 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1147 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 19781 |
0.480
ms
|
4 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 427 |
SELECT SQL_NO_CACHE COUNT(*) FROM `fiodusi7_pack` WHERE id_product_pack = 25769 LIMIT 1 |
0.479
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 789 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "iqitlinksmanager" LIMIT 1 |
0.478
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/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26cf0a90_20464859)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:274 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1091 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25768 LIMIT 1 |
0.477
ms
|
5 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1291 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "iqitcookielaw" LIMIT 1 |
0.476
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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 846 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 23850) AND (id_product_attribute = 97474) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.474
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1068 |
SELECT SQL_NO_CACHE `id_category` FROM `fiodusi7_category_product`
WHERE `id_product` = 27863 |
0.474
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1083 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:345 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 477 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `fiodusi7_product` p LEFT JOIN `fiodusi7_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN fiodusi7_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN fiodusi7_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` = 19781 AND pa.`id_product` = 19781 AND pa.`id_product_attribute` = 92537 LIMIT 1 |
0.472
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 663 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 25773 |
0.470
ms
|
6 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 315 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 100832 LIMIT 1 |
0.469
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 797 |
SELECT SQL_NO_CACHE hs.`id_tab` as id_tab, hssl.`title`, hssl.`label`, hssl.`url`,
hss.`position`, hss.`active_label`, hss.`url_type`, hss.`id_url`, hss.`icon_type`, hss.`icon_class`, hss.`icon`, hss.`legend_icon`,
hss.`new_window`, hss.`float`, hss.`submenu_type`, hss.`submenu_content`, hss.`submenu_width`, hss.`group_access`
FROM fiodusi7_iqitmegamenu_tabs_shop hs
LEFT JOIN fiodusi7_iqitmegamenu_tabs hss ON (hs.id_tab = hss.id_tab)
LEFT JOIN fiodusi7_iqitmegamenu_tabs_lang hssl ON (hss.id_tab = hssl.id_tab)
WHERE id_shop = 1 AND menu_type = 1 AND active = 1
AND hssl.id_lang = 1
ORDER BY hss.position |
0.468
ms
|
2 |
Yes
|
|
/modules/iqitmegamenu/models/IqitMenuTab.php:178
/modules/iqitmegamenu/iqitmegamenu.php:3195 (getTabsFrontend)
/modules/iqitmegamenu/iqitmegamenu.php:2644 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2597 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2580 (getWidgetVariables)
/classes/Hook.php: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/outdoorwaylayouts_layout_full_width_tpl/02/77/56/02775616e783ed2e758a44eefe9dff58cf19d467_2.file.header-8.tpl.php:67 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26e5bf93_37740021)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:168 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26cf0a90_20464859)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:274 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 954 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25772 LIMIT 1 |
0.467
ms
|
6 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 706 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 25768) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.465
ms
|
5 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 786 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_cart_rule` cr
LEFT JOIN `fiodusi7_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.462
ms
|
1 |
|
|
/classes/CartRule.php:423
/classes/Cart.php:3079 (getCustomerCartRules)
/classes/Cart.php:3463 (getDeliveryOptionList)
/classes/Cart.php:3536 (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)
/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/outdoorwaylayouts_layout_full_width_tpl/c2/17/d9/c217d95049c05a1d56194702c68701572775ac6d_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26c74a44_22860136)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:544 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/4d/03/96/4d0396822a70dcef0937d3a4d0fe1e0d8042cc6d_2.file.head.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26bb89c1_69287352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1230 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 23836
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.462
ms
|
5 |
|
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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 807 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module_shop` WHERE `id_module` = 109 AND `id_shop` = 1 LIMIT 1 |
0.462
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:87 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:89 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/02/77/56/02775616e783ed2e758a44eefe9dff58cf19d467_2.file.header-8.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26e5bf93_37740021)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:168 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26cf0a90_20464859)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:274 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 849 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `fiodusi7_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 23850 LIMIT 1 |
0.461
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:131 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:361 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 590 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 23837
AND image_shop.`cover` = 1 LIMIT 1 |
0.459
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE c.id_currency
FROM `fiodusi7_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.458
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/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 875 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 17732 LIMIT 1 |
0.458
ms
|
1 |
|
|
/classes/Product.php:2980
/modules/hiproductlistattributes/hiproductlistattributes.php:501 (hasAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1388 (hasProductAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 177 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `fiodusi7_product` p LEFT JOIN `fiodusi7_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN fiodusi7_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN fiodusi7_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` = 17732 AND pa.`id_product` = 17732 AND pa.`id_product_attribute` = 90605 LIMIT 1 |
0.457
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 870 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 17732 LIMIT 1 |
0.457
ms
|
1 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 924 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25771) AND (id_product_attribute = 100101) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.456
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 389 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 27863) AND (id_product_attribute = 103432) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.456
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 805 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_currency` c
INNER JOIN fiodusi7_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
0.455
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669 (findAll)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/config/smartyfront.config.inc.php:150 (getWidgetVariables)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:159 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidgetBlock)
/var/cache/prod/smarty/compile/outdoorway/98/cb/9e/98cb9e3fbf4c879e219db3109049550b02a2da1b_2.module.iqitmegamenuviewstemplateshookmobile.tpl.cache.php:247 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26f26409_11143182)
/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/outdoorway/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplateshookhorizontal.tpl.cache.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26ee0971_57522889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:212 (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/iqitmegamenu/iqitmegamenu.php:2582 (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/outdoorwaylayouts_layout_full_width_tpl/02/77/56/02775616e783ed2e758a44eefe9dff58cf19d467_2.file.header-8.tpl.php:67 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26e5bf93_37740021)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:168 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26cf0a90_20464859)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:274 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 626 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 16622) AND (id_product_attribute = 89477) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.453
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 27861) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.451
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 468 |
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 `fiodusi7_product` p
INNER JOIN `fiodusi7_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fiodusi7_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` = 19781) |
0.450
ms
|
4 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 758 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 16622 |
0.450
ms
|
2 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 943 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25772
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.450
ms
|
6 |
|
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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 855 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 23850 |
0.447
ms
|
6 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1017 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25949 LIMIT 1 |
0.447
ms
|
5 |
|
|
/classes/Product.php:2980
/modules/hiproductlistattributes/hiproductlistattributes.php:501 (hasAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1388 (hasProductAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 525 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 15952
AND image_shop.`cover` = 1 LIMIT 1 |
0.445
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1012 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25949 LIMIT 1 |
0.445
ms
|
5 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE * FROM fiodusi7_revslider_sliders |
0.443
ms
|
0 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:214
/modules/revsliderprestashop/revsliderprestashop.php:578 (getResults)
/modules/revsliderprestashop/revsliderprestashop.php:330 (hookCommonCb)
/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/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1277 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 16622
ORDER BY `position` |
0.443
ms
|
9 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 370 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `fiodusi7_product` p LEFT JOIN `fiodusi7_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN fiodusi7_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN fiodusi7_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` = 25952 AND pa.`id_product` = 25952 AND pa.`id_product_attribute` = 100849 LIMIT 1 |
0.442
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1064 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 27863) AND (id_product_attribute = 103434) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.442
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1320 |
SELECT SQL_NO_CACHE `id_zone`
FROM `fiodusi7_country`
WHERE `id_country` = 9 LIMIT 1 |
0.439
ms
|
1 |
|
|
/classes/Country.php:224
/modules/advancedpopupcreator/classes/AdvancedPopup.php:317 (getIdZone)
/modules/advancedpopupcreator/advancedpopupcreator.php:256 (getPopups)
/modules/advancedpopupcreator/advancedpopupcreator.php:203 (hookDisplayFooter)
/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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 596 |
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 `fiodusi7_product` p
INNER JOIN `fiodusi7_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fiodusi7_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` = 23837) |
0.435
ms
|
5 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE name FROM fiodusi7_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 64 LIMIT 1 |
0.434
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 549 |
SELECT SQL_NO_CACHE name FROM fiodusi7_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 766 LIMIT 1 |
0.434
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 657 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 17727
ORDER BY `position` |
0.433
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1194 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 15952) AND (id_product_attribute = 89388) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.433
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 47 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "fsadvancedurl" LIMIT 1 |
0.431
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/override/classes/Dispatcher.php:49 (isEnabled)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 219 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25773) AND (id_product_attribute = 100114) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.430
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1289 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "iqitsociallogin" LIMIT 1 |
0.429
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/outdoorway/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplateshookdisplaymodal.tpl.php:121 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorway/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplateshookdisplaymodal.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e317dde64_50923725)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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/iqitwishlist/iqitwishlist.php:212 (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/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:549 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:156 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1075 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 27863 |
0.428
ms
|
6 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1261 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 23837
ORDER BY `position` |
0.426
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 441 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product` a
LEFT JOIN `fiodusi7_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16644) AND (b.`id_shop` = 1) LIMIT 1 |
0.425
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:128 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 873 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 17732 |
0.424
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 530 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE id_product = 15952 LIMIT 1 |
0.424
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 703 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 27863 |
0.422
ms
|
6 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1174 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25770) AND (id_product_attribute = 100096) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.422
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 425 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fiodusi7_product_shop`
WHERE `id_product` = 25769 AND id_shop=1 LIMIT 1 |
0.421
ms
|
1 |
|
|
/classes/Product.php:6876
/override/classes/Product.php:363 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 916 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 25773 |
0.421
ms
|
6 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 107 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE id_product = 0 LIMIT 1 |
0.418
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 153 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 17732
AND image_shop.`cover` = 1 LIMIT 1 |
0.418
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1087 |
SELECT SQL_NO_CACHE `id_category` FROM `fiodusi7_category_product`
WHERE `id_product` = 25768 |
0.418
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1083 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:345 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1099 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_lang`
WHERE `id_product` = 25769 AND `id_shop` = 1 |
0.418
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 601 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 23837) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.417
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1256 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `fiodusi7_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 23837 LIMIT 1 |
0.417
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:131 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:361 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1168 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 25767 LIMIT 1 |
0.415
ms
|
5 |
|
|
/classes/Product.php:2980
/modules/hiproductlistattributes/hiproductlistattributes.php:501 (hasAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1388 (hasProductAttributes)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 691 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 25951) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.414
ms
|
1 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 338 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 100841 LIMIT 1 |
0.412
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1106 |
SELECT SQL_NO_CACHE `id_category` FROM `fiodusi7_category_product`
WHERE `id_product` = 25769 |
0.412
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1083 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:345 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 721 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 19781) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.410
ms
|
4 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 254 |
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 `fiodusi7_product` p
INNER JOIN `fiodusi7_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fiodusi7_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` = 25772) |
0.410
ms
|
6 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 407 |
SELECT SQL_NO_CACHE product_type FROM `fiodusi7_product` WHERE id_product = 25768 LIMIT 1 |
0.408
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 28 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1 |
0.408
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/gdprpro/src/GdprProConfig.php:162 (isEnabled)
/modules/gdprpro/src/GdprProCookie.php:70 (getModulesToUnload)
/modules/gdprpro/src/GdprProCookie.php:51 (getDefaultModules)
/modules/gdprpro/src/GdprProCookie.php:60 (__construct)
/modules/gdprpro/gdprpro.php:118 (getInstance)
: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)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 77 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_manufacturer` a
LEFT JOIN `fiodusi7_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `fiodusi7_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 285) LIMIT 1 |
0.408
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/classes/Link.php:657 (__construct)
/classes/Link.php:1221 (getManufacturerLink)
/classes/controller/FrontController.php:2180 (getLanguageLink)
/classes/controller/FrontController.php:1620 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 681 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 25865) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.408
ms
|
1 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1015 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 25949 |
0.408
ms
|
5 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 617 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `fiodusi7_specific_price_priority`
WHERE `id_product` = 16622
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.407
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 509 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE id_product = 25770 LIMIT 1 |
0.406
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 833 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 27861) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.405
ms
|
5 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 69 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_group` a
LEFT JOIN `fiodusi7_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.403
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/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `fiodusi7_product` p LEFT JOIN `fiodusi7_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN fiodusi7_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN fiodusi7_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` = 17727 AND pa.`id_product` = 17727 AND pa.`id_product_attribute` = 90514 LIMIT 1 |
0.403
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5818 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 404 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fiodusi7_product_shop`
WHERE `id_product` = 25768 AND id_shop=1 LIMIT 1 |
0.402
ms
|
1 |
|
|
/classes/Product.php:6876
/override/classes/Product.php:363 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1224 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 23835 |
0.402
ms
|
5 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 403 |
SELECT SQL_NO_CACHE 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 `fiodusi7_product` p
INNER JOIN `fiodusi7_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fiodusi7_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` = 25768) |
0.399
ms
|
5 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 796 |
SELECT SQL_NO_CACHE `width`, `height`
FROM fiodusi7_image_type
WHERE `name` = 'small_default' LIMIT 1 |
0.399
ms
|
1 |
|
|
/classes/Image.php:563
/modules/iqitmegamenu/iqitmegamenu.php:2643 (getSize)
/modules/iqitmegamenu/iqitmegamenu.php:2597 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2580 (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/outdoorwaylayouts_layout_full_width_tpl/02/77/56/02775616e783ed2e758a44eefe9dff58cf19d467_2.file.header-8.tpl.php:67 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26e5bf93_37740021)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:168 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26cf0a90_20464859)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:274 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 900 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_lang`
WHERE `id_product` = 25773 AND `id_shop` = 1 |
0.399
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 962 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_lang`
WHERE `id_product` = 25950 AND `id_shop` = 1 |
0.398
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1171 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_lang`
WHERE `id_product` = 25770 AND `id_shop` = 1 |
0.396
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 755 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 16622 LIMIT 1 |
0.394
ms
|
2 |
|
|
/classes/Product.php:2980
/override/classes/Product.php:282 (hasAttributes)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_currency` a
LEFT JOIN `fiodusi7_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.394
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/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 437 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute` a
LEFT JOIN `fiodusi7_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 100091) LIMIT 1 |
0.394
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 522 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_tot_switch_attribute_disabled` AS sad
WHERE `id_product_attribute` = 100100 AND sad.id_shop IN (1) |
0.391
ms
|
0 |
|
|
/modules/totswitchattribute/totswitchattribute.php:616
/classes/Hook.php:1083 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Product.php:5871 (exec)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 718 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 16644 |
0.391
ms
|
2 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 746 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 23836) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.389
ms
|
5 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE COUNT(*) FROM `fiodusi7_pack` WHERE id_product_pack = 25865 LIMIT 1 |
0.388
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 61 |
SELECT SQL_NO_CACHE `id_lang` FROM `fiodusi7_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.388
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/listing/ManufacturerController.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 355 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 25952
AND image_shop.`cover` = 1 LIMIT 1 |
0.388
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1007 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25949) AND (id_product_attribute = 100833) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.386
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 438 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute_lang`
WHERE `id_product_attribute` = 100091 |
0.383
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 361 |
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 `fiodusi7_product` p
INNER JOIN `fiodusi7_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fiodusi7_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` = 25952) |
0.382
ms
|
5 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 668 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 25771 |
0.378
ms
|
7 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 100108 LIMIT 1 |
0.376
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 950 |
SELECT SQL_NO_CACHE `id_category` FROM `fiodusi7_category_product`
WHERE `id_product` = 25772 |
0.376
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1083 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:345 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 155 |
SELECT SQL_NO_CACHE name FROM fiodusi7_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 158 LIMIT 1 |
0.374
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1020 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_lang`
WHERE `id_product` = 25951 AND `id_shop` = 1 |
0.373
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1027 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25951) AND (id_product_attribute = 100843) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.373
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 347 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25951) AND (id_product_attribute = 100841) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.372
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 100834 LIMIT 1 |
0.369
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 798 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_category` a
LEFT JOIN `fiodusi7_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fiodusi7_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 275) AND (b.`id_shop` = 1) LIMIT 1 |
0.369
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3274 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3199 (transformToLink)
/modules/iqitmegamenu/iqitmegamenu.php:2644 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2597 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2580 (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/outdoorwaylayouts_layout_full_width_tpl/02/77/56/02775616e783ed2e758a44eefe9dff58cf19d467_2.file.header-8.tpl.php:67 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26e5bf93_37740021)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:168 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26cf0a90_20464859)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:274 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 309 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute` a
LEFT JOIN `fiodusi7_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 100515) LIMIT 1 |
0.368
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 639 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 27861) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.367
ms
|
5 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 547 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute_lang`
WHERE `id_product_attribute` = 89392 |
0.365
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 439 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 16644
AND image_shop.`cover` = 1 LIMIT 1 |
0.364
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 501 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_tot_switch_attribute_disabled` AS sad
WHERE `id_product_attribute` = 100085 AND sad.id_shop IN (1) |
0.363
ms
|
0 |
|
|
/modules/totswitchattribute/totswitchattribute.php:616
/classes/Hook.php:1083 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Product.php:5871 (exec)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 893 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 17727) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.363
ms
|
1 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 567 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute` a
LEFT JOIN `fiodusi7_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 97394) LIMIT 1 |
0.362
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 840 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_lang`
WHERE `id_product` = 23850 AND `id_shop` = 1 |
0.362
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 320 |
SELECT SQL_NO_CACHE COUNT(*) FROM `fiodusi7_pack` WHERE id_product_pack = 25949 LIMIT 1 |
0.361
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 31 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "litespeedcache" LIMIT 1 |
0.360
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/gdprpro/src/GdprProConfig.php:162 (isInstalled)
/modules/gdprpro/src/GdprProCookie.php:70 (getModulesToUnload)
/modules/gdprpro/src/GdprProCookie.php:51 (getDefaultModules)
/modules/gdprpro/src/GdprProCookie.php:60 (__construct)
/modules/gdprpro/gdprpro.php:118 (getInstance)
: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)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 368 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25952) AND (id_product_attribute = 100849) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.360
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 756 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 16622) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.359
ms
|
2 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1092 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 25768) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.359
ms
|
5 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 196 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 17727) AND (id_product_attribute = 90514) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.358
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 947 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25772) AND (id_product_attribute = 100111) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.356
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 489 |
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 `fiodusi7_product` p
INNER JOIN `fiodusi7_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fiodusi7_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` = 25767) |
0.355
ms
|
5 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 747 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fiodusi7_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 23836
ORDER BY `position` |
0.353
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:285 (getImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1276 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 16622) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.353
ms
|
2 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 300 |
SELECT SQL_NO_CACHE product_type FROM `fiodusi7_product` WHERE id_product = 25865 LIMIT 1 |
0.351
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 534 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fiodusi7_product_shop`
WHERE `id_product` = 15952 AND id_shop=1 LIMIT 1 |
0.349
ms
|
1 |
|
|
/classes/Product.php:6876
/override/classes/Product.php:363 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1213 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 23835) AND (id_product_attribute = 97395) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.349
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1145 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 19781) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.348
ms
|
4 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1285 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "iqitcontactpage" LIMIT 1 |
0.344
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/outdoorwaylayouts_layout_full_width_tpl/04/42/bc/0442bc91f522dc24b5d23968040ba4f77e244809_2.file.footer-1.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/04/42/bc/0442bc91f522dc24b5d23968040ba4f77e244809_2.file.footer-1.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e315e9310_67182544)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/f9/fa/65/f9fa6508a65a99dae9ec32a6a190dbcd5541c733_2.file.footer.tpl.php:32 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e315d24e9_45213466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 201 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_tot_switch_attribute_disabled` AS sad
WHERE `id_product_attribute` = 90514 AND sad.id_shop IN (1) |
0.343
ms
|
0 |
|
|
/modules/totswitchattribute/totswitchattribute.php:616
/classes/Hook.php:1083 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Product.php:5871 (exec)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 259 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25772) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.342
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 641 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 27861 |
0.341
ms
|
5 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1139 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 19781) AND (id_product_attribute = 92540) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.341
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 50 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.340
ms
|
1 |
|
|
/classes/module/Module.php:2046
/classes/Hook.php:935 (getExceptionsStatic)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
| 1083 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25768) AND (id_product_attribute = 100087) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.340
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1205 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 15952 |
0.340
ms
|
6 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1217 |
SELECT SQL_NO_CACHE `id_category` FROM `fiodusi7_category_product`
WHERE `id_product` = 23835 |
0.340
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1083 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:345 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 483 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fiodusi7_image` i
INNER JOIN fiodusi7_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 25767
AND image_shop.`cover` = 1 LIMIT 1 |
0.339
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1236 |
SELECT SQL_NO_CACHE `id_category` FROM `fiodusi7_category_product`
WHERE `id_product` = 23836 |
0.339
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1083 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:345 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 648 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 23850 |
0.337
ms
|
6 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1024 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25951) AND (id_product_attribute = 100839) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.336
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1134 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_lang`
WHERE `id_product` = 19781 AND `id_shop` = 1 |
0.336
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 688 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 25949 |
0.334
ms
|
5 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1248 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_lang`
WHERE `id_product` = 23837 AND `id_shop` = 1 |
0.332
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 612 |
SELECT SQL_NO_CACHE name FROM fiodusi7_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 64 LIMIT 1 |
0.331
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 559 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 23835) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.330
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 624 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 16622) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.330
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 656 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 17727) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.329
ms
|
1 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1157 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25767) AND (id_product_attribute = 100083) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.328
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 502 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute` a
LEFT JOIN `fiodusi7_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 100085) LIMIT 1 |
0.328
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 40 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "pagesnotfound" LIMIT 1 |
0.327
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/lgseoredirect/lgseoredirect.php:105 (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)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 558 |
SELECT SQL_NO_CACHE product_type FROM `fiodusi7_product` WHERE id_product = 23835 LIMIT 1 |
0.327
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 17732) AND (id_product_attribute = 90605) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.326
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 751 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 23837) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.326
ms
|
5 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 811 |
SELECT SQL_NO_CACHE c.id_contact FROM `fiodusi7_ets_ctf_contact` c
INNER JOIN `fiodusi7_ets_ctf_contact_shop` cs ON (c.id_contact= cs.id_contact)
LEFT JOIN `fiodusi7_ets_ctf_contact_lang` cl on (c.id_contact= cl.id_contact AND cl.id_lang="1")
WHERE c.active=1 AND c.hook like "%displayTop%" AND cs.id_shop="1"; |
0.326
ms
|
4 |
|
|
/modules/ets_contactform7/classes/Contact.php:219
/modules/ets_contactform7/ets_contactform7.php:1102 (getContactsByHook)
/modules/ets_contactform7/ets_contactform7.php:1063 (getContactFormByHook)
/classes/Hook.php:1083 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/02/77/56/02775616e783ed2e758a44eefe9dff58cf19d467_2.file.header-8.tpl.php:137 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26e5bf93_37740021)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:168 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26cf0a90_20464859)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:274 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute_lang`
WHERE `id_product_attribute` = 97476 |
0.324
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 526 |
SELECT SQL_NO_CACHE name FROM fiodusi7_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 64 LIMIT 1 |
0.321
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 362 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fiodusi7_product_shop`
WHERE `id_product` = 25952 AND id_shop=1 LIMIT 1 |
0.321
ms
|
1 |
|
|
/classes/Product.php:6876
/override/classes/Product.php:363 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 394 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_tot_switch_attribute_disabled` AS sad
WHERE `id_product_attribute` = 103432 AND sad.id_shop IN (1) |
0.321
ms
|
0 |
|
|
/modules/totswitchattribute/totswitchattribute.php:616
/classes/Hook.php:1083 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Product.php:5871 (exec)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 308 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_tot_switch_attribute_disabled` AS sad
WHERE `id_product_attribute` = 100515 AND sad.id_shop IN (1) |
0.320
ms
|
0 |
|
|
/modules/totswitchattribute/totswitchattribute.php:616
/classes/Hook.php:1083 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Product.php:5871 (exec)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1013 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 25949) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.320
ms
|
5 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1229 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_lang`
WHERE `id_product` = 23836 AND `id_shop` = 1 |
0.319
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 808 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "iqitwishlist" LIMIT 1 |
0.317
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/outdoorwaylayouts_layout_full_width_tpl/02/77/56/02775616e783ed2e758a44eefe9dff58cf19d467_2.file.header-8.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26e5bf93_37740021)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:168 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26cf0a90_20464859)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:274 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 881 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 17727) AND (id_product_attribute = 90511) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.317
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 713 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 25769 |
0.316
ms
|
5 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1137 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 19781) AND (id_product_attribute = 92538) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.313
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 92 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "bestkit_opc" LIMIT 1 |
0.312
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/codfee/codfee.php:339 (isEnabled)
/modules/codfee/codfee.php:331 (hookHeader)
/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/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 460 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute` a
LEFT JOIN `fiodusi7_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 89558) LIMIT 1 |
0.309
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 536 |
SELECT SQL_NO_CACHE COUNT(*) FROM `fiodusi7_pack` WHERE id_product_pack = 15952 LIMIT 1 |
0.309
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 30 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module_shop` WHERE `id_module` = 52 AND `id_shop` = 1 LIMIT 1 |
0.307
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/gdprpro/src/GdprProConfig.php:162 (isEnabled)
/modules/gdprpro/src/GdprProCookie.php:70 (getModulesToUnload)
/modules/gdprpro/src/GdprProCookie.php:51 (getDefaultModules)
/modules/gdprpro/src/GdprProCookie.php:60 (__construct)
/modules/gdprpro/gdprpro.php:118 (getInstance)
: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)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 277 |
SELECT SQL_NO_CACHE `reduction`
FROM `fiodusi7_product_group_reduction_cache`
WHERE `id_product` = 25950 AND `id_group` = 1 LIMIT 1 |
0.304
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1060 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_lang`
WHERE `id_product` = 27863 AND `id_shop` = 1 |
0.303
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 191 |
SELECT SQL_NO_CACHE `reduction`
FROM `fiodusi7_product_group_reduction_cache`
WHERE `id_product` = 17727 AND `id_group` = 1 LIMIT 1 |
0.301
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 644 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_image_type` |
0.301
ms
|
9 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:224 (getFormattedName)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 443 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 89558 LIMIT 1 |
0.300
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 473 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 19781) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.300
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 405 |
SELECT SQL_NO_CACHE `reduction`
FROM `fiodusi7_product_group_reduction_cache`
WHERE `id_product` = 25768 AND `id_group` = 1 LIMIT 1 |
0.299
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 505 |
SELECT SQL_NO_CACHE name FROM fiodusi7_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 766 LIMIT 1 |
0.299
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1183 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 25770) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.299
ms
|
5 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 580 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 23836) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.298
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 166 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `fiodusi7_specific_price_priority`
WHERE `id_product` = 17732
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.297
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 557 |
SELECT SQL_NO_CACHE COUNT(*) FROM `fiodusi7_pack` WHERE id_product_pack = 23835 LIMIT 1 |
0.297
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1045 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25952) AND (id_product_attribute = 100846) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.297
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 331 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute_lang`
WHERE `id_product_attribute` = 100832 |
0.295
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 942 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_lang`
WHERE `id_product` = 25772 AND `id_shop` = 1 |
0.295
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 359 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 100849 LIMIT 1 |
0.293
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 310 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute_lang`
WHERE `id_product_attribute` = 100515 |
0.292
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 561 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 23835) AND (id_product_attribute = 97394) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.292
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5814 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 417 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute_lang`
WHERE `id_product_attribute` = 100086 |
0.291
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 214 |
SELECT SQL_NO_CACHE `reduction`
FROM `fiodusi7_product_group_reduction_cache`
WHERE `id_product` = 25773 AND `id_group` = 1 LIMIT 1 |
0.291
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 828 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module_shop` WHERE `id_module` = 108 AND `id_shop` = 1 LIMIT 1 |
0.291
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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:131 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:361 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1260 |
SELECT SQL_NO_CACHE pai.id_image
FROM `fiodusi7_product_attribute` pa
INNER JOIN `fiodusi7_product_attribute_image` `pai` ON pai.id_product_attribute = pa.id_product_attribute
LEFT JOIN `fiodusi7_tot_switch_attribute_disabled` `t` ON t.id_product_attribute = pa.id_product_attribute
WHERE (pa.id_product = 23837) AND (t.id_tot_switch_attribute_disabled IS NULL) |
0.290
ms
|
5 |
|
|
/override/classes/Product.php:314
/override/classes/Product.php:283 (getEnabledImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 449 |
SELECT SQL_NO_CACHE `reduction`
FROM `fiodusi7_product_group_reduction_cache`
WHERE `id_product` = 16644 AND `id_group` = 1 LIMIT 1 |
0.290
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1005 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25949) AND (id_product_attribute = 100830) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.290
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 401 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 100086 LIMIT 1 |
0.289
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 595 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE id_product = 23837 LIMIT 1 |
0.287
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 215 |
SELECT SQL_NO_CACHE COUNT(*) FROM `fiodusi7_pack` WHERE id_product_pack = 25773 LIMIT 1 |
0.287
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1140 |
SELECT SQL_NO_CACHE `id_category` FROM `fiodusi7_category_product`
WHERE `id_product` = 19781 |
0.285
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1083 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:345 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 203 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute_lang`
WHERE `id_product_attribute` = 90514 |
0.285
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 845 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 23850) AND (id_product_attribute = 97473) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.284
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 76 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.283
ms
|
0 |
|
|
/classes/module/Module.php:2137
/classes/controller/FrontController.php:1669 (isEnabled)
/classes/controller/FrontController.php:1813 (getDisplayTaxesLabel)
/controllers/front/listing/ManufacturerController.php:242 (getTemplateVarPage)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 142 |
SELECT SQL_NO_CACHE product_type FROM `fiodusi7_product` WHERE id_product = 23850 LIMIT 1 |
0.283
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1129 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 16644 |
0.282
ms
|
2 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE product_type FROM `fiodusi7_product` WHERE id_product = 25771 LIMIT 1 |
0.281
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 810 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `fiodusi7_cart_product`
WHERE `id_cart` = 0 LIMIT 1 |
0.280
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/outdoorwaylayouts_layout_full_width_tpl/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php:32 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e2714dc01_19055270)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/b4/a4/76/b4a476e0a8201677b298f7c0f8ca1ac698e1bac3_2.module.ps_shoppingcartps_shoppingcartbtn.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e27145171_78358601)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/02/77/56/02775616e783ed2e758a44eefe9dff58cf19d467_2.file.header-8.tpl.php:122 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26e5bf93_37740021)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:168 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26cf0a90_20464859)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:274 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1069 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `fiodusi7_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 27863 LIMIT 1 |
0.280
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:131 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:361 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 35 |
SELECT SQL_NO_CACHE value FROM `fiodusi7_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.279
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/modules/fsadvancedurl/fsadvancedurl.php:1900 (isFeatureActive)
/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)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 967 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25950) AND (id_product_attribute = 100837) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.279
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE COUNT(*) FROM `fiodusi7_pack` WHERE id_product_pack = 17727 LIMIT 1 |
0.279
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 976 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 25950 |
0.279
ms
|
5 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1166 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 25767 |
0.279
ms
|
5 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1255 |
SELECT SQL_NO_CACHE `id_category` FROM `fiodusi7_category_product`
WHERE `id_product` = 23837 |
0.279
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1083 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:345 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 804 |
SELECT SQL_NO_CACHE `width`, `height`
FROM fiodusi7_image_type
WHERE `name` = 'home_default' LIMIT 1 |
0.278
ms
|
1 |
|
|
/classes/Image.php:563
/modules/iqitmegamenu/iqitmegamenu.php:2660 (getSize)
/modules/iqitmegamenu/iqitmegamenu.php:2597 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2580 (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/outdoorwaylayouts_layout_full_width_tpl/02/77/56/02775616e783ed2e758a44eefe9dff58cf19d467_2.file.header-8.tpl.php:67 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26e5bf93_37740021)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:168 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26cf0a90_20464859)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:274 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 901 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `fiodusi7_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 64 LIMIT 1 |
0.278
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1094 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 25768 |
0.278
ms
|
5 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 466 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 92537 LIMIT 1 |
0.277
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 481 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute` a
LEFT JOIN `fiodusi7_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 92537) LIMIT 1 |
0.277
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 927 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25771) AND (id_product_attribute = 100105) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.277
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fiodusi7_product_shop`
WHERE `id_product` = 23850 AND id_shop=1 LIMIT 1 |
0.276
ms
|
1 |
|
|
/classes/Product.php:6876
/override/classes/Product.php:363 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1278 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 16622 |
0.276
ms
|
2 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 232 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE id_product = 25771 LIMIT 1 |
0.275
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 341 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fiodusi7_product_shop`
WHERE `id_product` = 25951 AND id_shop=1 LIMIT 1 |
0.275
ms
|
1 |
|
|
/classes/Product.php:6876
/override/classes/Product.php:363 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 274 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE id_product = 25950 LIMIT 1 |
0.273
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1026 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25951) AND (id_product_attribute = 100842) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.273
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 101 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `fiodusi7_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 766 LIMIT 1 |
0.271
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5658 (getLinkRewrite)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 461 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute_lang`
WHERE `id_product_attribute` = 89558 |
0.271
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE `to` BETWEEN '2026-09-26 00:00:00' AND '2026-09-26 23:59:59' LIMIT 1 |
0.269
ms
|
1 |
|
|
/classes/SpecificPrice.php:381
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 436 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_tot_switch_attribute_disabled` AS sad
WHERE `id_product_attribute` = 100091 AND sad.id_shop IN (1) |
0.269
ms
|
0 |
|
|
/modules/totswitchattribute/totswitchattribute.php:616
/classes/Hook.php:1083 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Product.php:5871 (exec)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 184 |
SELECT SQL_NO_CACHE name FROM fiodusi7_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 158 LIMIT 1 |
0.268
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 448 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fiodusi7_product_shop`
WHERE `id_product` = 16644 AND id_shop=1 LIMIT 1 |
0.268
ms
|
1 |
|
|
/classes/Product.php:6876
/override/classes/Product.php:363 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 599 |
SELECT SQL_NO_CACHE COUNT(*) FROM `fiodusi7_pack` WHERE id_product_pack = 23837 LIMIT 1 |
0.268
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.266
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)
|
| 484 |
SELECT SQL_NO_CACHE name FROM fiodusi7_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 766 LIMIT 1 |
0.263
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1252 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 23837) AND (id_product_attribute = 97406) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.263
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 32 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module_shop` WHERE `id_module` = 298 AND `id_shop` = 1 LIMIT 1 |
0.263
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/gdprpro/src/GdprProConfig.php:162 (isEnabled)
/modules/gdprpro/src/GdprProCookie.php:70 (getModulesToUnload)
/modules/gdprpro/src/GdprProCookie.php:51 (getDefaultModules)
/modules/gdprpro/src/GdprProCookie.php:60 (__construct)
/modules/gdprpro/gdprpro.php:118 (getInstance)
: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)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 733 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 25770 |
0.263
ms
|
5 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 487 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 100085 LIMIT 1 |
0.262
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1063 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 27863) AND (id_product_attribute = 103433) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.262
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 360 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE id_product = 25952 LIMIT 1 |
0.262
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 84 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM fiodusi7_required_field |
0.259
ms
|
1 |
|
|
/classes/ObjectModel.php:1592
/classes/ObjectModel.php:1624 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1555 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:567 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/ManufacturerController.php:86 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 480 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_tot_switch_attribute_disabled` AS sad
WHERE `id_product_attribute` = 92537 AND sad.id_shop IN (1) |
0.258
ms
|
0 |
|
|
/modules/totswitchattribute/totswitchattribute.php:616
/classes/Hook.php:1083 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Product.php:5871 (exec)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 364 |
SELECT SQL_NO_CACHE COUNT(*) FROM `fiodusi7_pack` WHERE id_product_pack = 25952 LIMIT 1 |
0.257
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 925 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25771) AND (id_product_attribute = 100103) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.257
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 471 |
SELECT SQL_NO_CACHE COUNT(*) FROM `fiodusi7_pack` WHERE id_product_pack = 19781 LIMIT 1 |
0.256
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 738 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 15952 |
0.255
ms
|
6 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 416 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute` a
LEFT JOIN `fiodusi7_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 100086) LIMIT 1 |
0.254
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `fiodusi7_product_attribute` pa
INNER JOIN fiodusi7_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` = 103424 LIMIT 1 |
0.253
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1028 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25951) AND (id_product_attribute = 100844) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.252
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 537 |
SELECT SQL_NO_CACHE product_type FROM `fiodusi7_product` WHERE id_product = 15952 LIMIT 1 |
0.251
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 888 |
SELECT SQL_NO_CACHE `id_category` FROM `fiodusi7_category_product`
WHERE `id_product` = 17727 |
0.249
ms
|
3 |
|
|
/classes/Product.php:3423
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1083 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:345 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1085 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25768) AND (id_product_attribute = 100089) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.248
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 444 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE id_product = 16644 LIMIT 1 |
0.247
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 708 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 25768 |
0.247
ms
|
5 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 576 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fiodusi7_product_shop`
WHERE `id_product` = 23836 AND id_shop=1 LIMIT 1 |
0.246
ms
|
1 |
|
|
/classes/Product.php:6876
/override/classes/Product.php:363 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 748 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 23836 |
0.245
ms
|
5 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 193 |
SELECT SQL_NO_CACHE product_type FROM `fiodusi7_product` WHERE id_product = 17727 LIMIT 1 |
0.244
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 867 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module_shop` WHERE `id_module` = 98 AND `id_shop` = 1 LIMIT 1 |
0.244
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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:179 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:365 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 194 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 17727) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.243
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 365 |
SELECT SQL_NO_CACHE product_type FROM `fiodusi7_product` WHERE id_product = 25952 LIMIT 1 |
0.242
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1065 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 27863) AND (id_product_attribute = 103435) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.241
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 887 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 17727) AND (id_product_attribute = 90518) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.239
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1 |
0.237
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/gdprpro/src/GdprProConfig.php:162 (isEnabled)
/modules/gdprpro/src/GdprProCookie.php:70 (getModulesToUnload)
/modules/gdprpro/src/GdprProCookie.php:51 (getDefaultModules)
/modules/gdprpro/src/GdprProCookie.php:60 (__construct)
/modules/gdprpro/gdprpro.php:118 (getInstance)
: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)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 814 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module_shop` WHERE `id_module` = 223 AND `id_shop` = 1 LIMIT 1 |
0.237
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:87 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:89 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:80 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 835 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 27861 |
0.237
ms
|
5 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 555 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fiodusi7_product_shop`
WHERE `id_product` = 23835 AND id_shop=1 LIMIT 1 |
0.236
ms
|
1 |
|
|
/classes/Product.php:6876
/override/classes/Product.php:363 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 494 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25767) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.235
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1196 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 15952) AND (id_product_attribute = 89390) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.235
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1232 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 23836) AND (id_product_attribute = 97400) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.234
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 491 |
SELECT SQL_NO_CACHE `reduction`
FROM `fiodusi7_product_group_reduction_cache`
WHERE `id_product` = 25767 AND `id_group` = 1 LIMIT 1 |
0.233
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 366 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25952) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 511 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fiodusi7_product_shop`
WHERE `id_product` = 25770 AND id_shop=1 LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/Product.php:6876
/override/classes/Product.php:363 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 698 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 25952 |
0.231
ms
|
5 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 524 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute_lang`
WHERE `id_product_attribute` = 100100 |
0.231
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 467 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE id_product = 19781 LIMIT 1 |
0.229
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 469 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fiodusi7_product_shop`
WHERE `id_product` = 19781 AND id_shop=1 LIMIT 1 |
0.229
ms
|
1 |
|
|
/classes/Product.php:6876
/override/classes/Product.php:363 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE product_type FROM `fiodusi7_product` WHERE id_product = 27861 LIMIT 1 |
0.229
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 234 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fiodusi7_product_shop`
WHERE `id_product` = 25771 AND id_shop=1 LIMIT 1 |
0.229
ms
|
1 |
|
|
/classes/Product.php:6876
/override/classes/Product.php:363 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1288 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1 |
0.229
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:87 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:89 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/04/42/bc/0442bc91f522dc24b5d23968040ba4f77e244809_2.file.footer-1.tpl.php:166 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/04/42/bc/0442bc91f522dc24b5d23968040ba4f77e244809_2.file.footer-1.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e315e9310_67182544)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/f9/fa/65/f9fa6508a65a99dae9ec32a6a190dbcd5541c733_2.file.footer.tpl.php:32 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e315d24e9_45213466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 41 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module_shop` WHERE `id_module` = 35 AND `id_shop` = 1 LIMIT 1 |
0.228
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/lgseoredirect/lgseoredirect.php:105 (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)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 1086 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25768) AND (id_product_attribute = 100090) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.226
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1215 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 23835) AND (id_product_attribute = 97397) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.224
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 493 |
SELECT SQL_NO_CACHE product_type FROM `fiodusi7_product` WHERE id_product = 25767 LIMIT 1 |
0.224
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE id_shop
FROM `fiodusi7_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.223
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Tools.php:642 (isAssociatedToShop)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 577 |
SELECT SQL_NO_CACHE `reduction`
FROM `fiodusi7_product_group_reduction_cache`
WHERE `id_product` = 23836 AND `id_group` = 1 LIMIT 1 |
0.222
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1195 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 15952) AND (id_product_attribute = 89389) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.220
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 398 |
SELECT SQL_NO_CACHE name FROM fiodusi7_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 766 LIMIT 1 |
0.219
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 535 |
SELECT SQL_NO_CACHE `reduction`
FROM `fiodusi7_product_group_reduction_cache`
WHERE `id_product` = 15952 AND `id_group` = 1 LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 415 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_tot_switch_attribute_disabled` AS sad
WHERE `id_product_attribute` = 100086 AND sad.id_shop IN (1) |
0.218
ms
|
0 |
|
|
/modules/totswitchattribute/totswitchattribute.php:616
/classes/Hook.php:1083 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Product.php:5871 (exec)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 356 |
SELECT SQL_NO_CACHE name FROM fiodusi7_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 602 LIMIT 1 |
0.217
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 402 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE id_product = 25768 LIMIT 1 |
0.217
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 428 |
SELECT SQL_NO_CACHE product_type FROM `fiodusi7_product` WHERE id_product = 25769 LIMIT 1 |
0.217
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 795 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module_shop` WHERE `id_module` = 103 AND `id_shop` = 1 LIMIT 1 |
0.217
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/outdoorwaylayouts_layout_full_width_tpl/02/77/56/02775616e783ed2e758a44eefe9dff58cf19d467_2.file.header-8.tpl.php:67 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26e5bf93_37740021)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:168 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26cf0a90_20464859)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:274 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 137 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE id_product = 23850 LIMIT 1 |
0.216
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1286 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module_shop` WHERE `id_module` = 95 AND `id_shop` = 1 LIMIT 1 |
0.215
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/outdoorwaylayouts_layout_full_width_tpl/04/42/bc/0442bc91f522dc24b5d23968040ba4f77e244809_2.file.footer-1.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/04/42/bc/0442bc91f522dc24b5d23968040ba4f77e244809_2.file.footer-1.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e315e9310_67182544)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/f9/fa/65/f9fa6508a65a99dae9ec32a6a190dbcd5541c733_2.file.footer.tpl.php:32 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e315d24e9_45213466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:144 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 728 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 25767 |
0.214
ms
|
5 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 556 |
SELECT SQL_NO_CACHE `reduction`
FROM `fiodusi7_product_group_reduction_cache`
WHERE `id_product` = 23835 AND `id_group` = 1 LIMIT 1 |
0.214
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 459 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_tot_switch_attribute_disabled` AS sad
WHERE `id_product_attribute` = 89558 AND sad.id_shop IN (1) |
0.213
ms
|
0 |
|
|
/modules/totswitchattribute/totswitchattribute.php:616
/classes/Hook.php:1083 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Product.php:5871 (exec)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 949 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25772) AND (id_product_attribute = 100113) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.213
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "ps_googleanalytics" LIMIT 1 |
0.212
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/gdprpro/src/GdprProConfig.php:162 (isInstalled)
/modules/gdprpro/src/GdprProCookie.php:70 (getModulesToUnload)
/modules/gdprpro/src/GdprProCookie.php:51 (getDefaultModules)
/modules/gdprpro/src/GdprProCookie.php:60 (__construct)
/modules/gdprpro/gdprpro.php:118 (getInstance)
: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)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 450 |
SELECT SQL_NO_CACHE COUNT(*) FROM `fiodusi7_pack` WHERE id_product_pack = 16644 LIMIT 1 |
0.212
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 578 |
SELECT SQL_NO_CACHE COUNT(*) FROM `fiodusi7_pack` WHERE id_product_pack = 23836 LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 600 |
SELECT SQL_NO_CACHE product_type FROM `fiodusi7_product` WHERE id_product = 23837 LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 886 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 17727) AND (id_product_attribute = 90517) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 946 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25772) AND (id_product_attribute = 100110) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.210
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 319 |
SELECT SQL_NO_CACHE `reduction`
FROM `fiodusi7_product_group_reduction_cache`
WHERE `id_product` = 25949 AND `id_group` = 1 LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 129 |
SELECT SQL_NO_CACHE * FROM `fiodusi7_tot_switch_attribute_disabled` AS sad
WHERE `id_product_attribute` = 103424 AND sad.id_shop IN (1) |
0.207
ms
|
0 |
|
|
/modules/totswitchattribute/totswitchattribute.php:616
/classes/Hook.php:1083 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Product.php:5871 (exec)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1113 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 25769 |
0.207
ms
|
5 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/hiproductlistattributes/hiproductlistattributes.php:366 (present)
/modules/hiproductlistattributes/hiproductlistattributes.php:1366 (prepareProductsForTheme)
/modules/hiproductlistattributes/hiproductlistattributes.php:1449 (getButton)
/classes/Hook.php:1083 (hookDisplayHiProductListAttributes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/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/outdoorwaylayouts_layout_full_width_tpl/6a/2d/03/6a2d03109ef6293090eb62062d83cb36bb665830_2.file.product-miniature-btn.tpl.php:24 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c30b53a3_62788640)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:261 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:383 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 363 |
SELECT SQL_NO_CACHE `reduction`
FROM `fiodusi7_product_group_reduction_cache`
WHERE `id_product` = 25952 AND `id_group` = 1 LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 482 |
SELECT SQL_NO_CACHE *
FROM `fiodusi7_product_attribute_lang`
WHERE `id_product_attribute` = 92537 |
0.205
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 512 |
SELECT SQL_NO_CACHE `reduction`
FROM `fiodusi7_product_group_reduction_cache`
WHERE `id_product` = 25770 AND `id_group` = 1 LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 598 |
SELECT SQL_NO_CACHE `reduction`
FROM `fiodusi7_product_group_reduction_cache`
WHERE `id_product` = 23837 AND `id_group` = 1 LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1084 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25768) AND (id_product_attribute = 100088) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.204
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 492 |
SELECT SQL_NO_CACHE COUNT(*) FROM `fiodusi7_pack` WHERE id_product_pack = 25767 LIMIT 1 |
0.202
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 753 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 23837 |
0.201
ms
|
5 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 882 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 17727) AND (id_product_attribute = 90512) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.199
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1254 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 23837) AND (id_product_attribute = 97408) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.199
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 190 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fiodusi7_product_shop`
WHERE `id_product` = 17727 AND id_shop=1 LIMIT 1 |
0.198
ms
|
1 |
|
|
/classes/Product.php:6876
/override/classes/Product.php:363 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 809 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module_shop` WHERE `id_module` = 112 AND `id_shop` = 1 LIMIT 1 |
0.196
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/outdoorwaylayouts_layout_full_width_tpl/02/77/56/02775616e783ed2e758a44eefe9dff58cf19d467_2.file.header-8.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26e5bf93_37740021)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:168 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26cf0a90_20464859)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:274 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 321 |
SELECT SQL_NO_CACHE product_type FROM `fiodusi7_product` WHERE id_product = 25949 LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1176 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25770) AND (id_product_attribute = 100098) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.193
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1253 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 23837) AND (id_product_attribute = 97407) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1177 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 25770) AND (id_product_attribute = 100099) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.190
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 25 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.189
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/gdprpro/src/GdprProConfig.php:162 (isInstalled)
/modules/gdprpro/src/GdprProCookie.php:70 (getModulesToUnload)
/modules/gdprpro/src/GdprProCookie.php:51 (getDefaultModules)
/modules/gdprpro/src/GdprProCookie.php:60 (__construct)
/modules/gdprpro/gdprpro.php:118 (getInstance)
: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)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 1138 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 19781) AND (id_product_attribute = 92539) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.189
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 26 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/gdprpro/src/GdprProConfig.php:162 (isEnabled)
/modules/gdprpro/src/GdprProCookie.php:70 (getModulesToUnload)
/modules/gdprpro/src/GdprProCookie.php:51 (getDefaultModules)
/modules/gdprpro/src/GdprProCookie.php:60 (__construct)
/modules/gdprpro/gdprpro.php:118 (getInstance)
: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)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 470 |
SELECT SQL_NO_CACHE `reduction`
FROM `fiodusi7_product_group_reduction_cache`
WHERE `id_product` = 19781 AND `id_group` = 1 LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 490 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fiodusi7_product_shop`
WHERE `id_product` = 25767 AND id_shop=1 LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/Product.php:6876
/override/classes/Product.php:363 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1216 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 23835) AND (id_product_attribute = 97398) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 824 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 27861) AND (id_product_attribute = 103425) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 658 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fiodusi7_product_attribute`
WHERE `id_product` = 17727 |
0.177
ms
|
8 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 812 |
SELECT SQL_NO_CACHE `name`
FROM `fiodusi7_hook`
WHERE `id_hook` = 1127 LIMIT 1 |
0.176
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/outdoorwaylayouts_layout_full_width_tpl/02/77/56/02775616e783ed2e758a44eefe9dff58cf19d467_2.file.header-8.tpl.php:137 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26e5bf93_37740021)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:168 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/ab/ce/56/abce564338d6e8c570b1b01965fb9f70e71d24c9_2.file.header.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26cf0a90_20464859)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:274 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 579 |
SELECT SQL_NO_CACHE product_type FROM `fiodusi7_product` WHERE id_product = 23836 LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5802 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1235 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 23836) AND (id_product_attribute = 97403) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1233 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 23836) AND (id_product_attribute = 97401) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1234 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fiodusi7_stock_available`
WHERE (id_product = 23836) AND (id_product_attribute = 97402) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:161 (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/outdoorwaylayouts_layout_full_width_tpl/79/b4/d8/79b4d81d6bec196d31de719682a06e651f0b3b7b_2.file.product-miniature-thumb.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c305f1d5_28929164)
/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/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:50 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/e9/76/28/e976282a7781ec2bb36f49ff5e1ba347ebfa2f13_2.file.product-miniature-1.tpl.php:32 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c3010b74_51565386)
/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/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:63 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/d5/41/20/d5412084c6224657eba22aed227899e4b69dca9a_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab260c2f18ff5_36517341)
/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/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:68 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/2d/63/64/2d6364b8e4c64e38507b554a2210775a00378998_2.file.products.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e248f5c97_60365357)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:145 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/57/8e/e0/578ee0f6f6355fa4543131bb3c24cf1451bb9a0b_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b45be3_70341989)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/6b/da/a0/6bdaa0755f65f594385297df2df3781bb672caae_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab25e26b0fe37_45677223)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/outdoorwaylayouts_layout_full_width_tpl/a0/32/af/a032afdf80692e5111c809200f5c05df39775f4a_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6ab26e247080e8_64000967)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:771 (fetch)
/override/classes/controller/FrontController.php:22 (smartyOutputContent)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 445 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `fiodusi7_specific_price_priority`
WHERE `id_product` = 16644
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 440 |
SELECT SQL_NO_CACHE name FROM fiodusi7_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 64 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 488 |
SELECT SQL_NO_CACHE 1 FROM `fiodusi7_specific_price` WHERE id_product = 25767 LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/override/classes/Product.php:14 (getProductsProperties)
/classes/Manufacturer.php:510 (getProductsProperties)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:71 (getProducts)
/src/Adapter/Manufacturer/ManufacturerProductSearchProvider.php:87 (getProductsOrCount)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:99 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 27 |
SELECT SQL_NO_CACHE `id_module` FROM `fiodusi7_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/gdprpro/src/GdprProConfig.php:162 (isInstalled)
/modules/gdprpro/src/GdprProCookie.php:70 (getModulesToUnload)
/modules/gdprpro/src/GdprProCookie.php:51 (getDefaultModules)
/modules/gdprpro/src/GdprProCookie.php:60 (__construct)
/modules/gdprpro/gdprpro.php:118 (getInstance)
: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)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|