| 87 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `razgl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2795 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-17 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 |
8.144
ms
|
109 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 80 |
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-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM razgl_product p
LEFT JOIN razgl_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN razgl_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN razgl_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (2795,2796,2509,2511,2513,2515,2608,2610,2612,2614,2616,2635,2897,2304,2305,2306,2310,2313,2575,2577,2579,2581,2648,3165) |
7.953
ms
|
24 |
|
|
/classes/ProductAssembler.php:81
/classes/ProductAssembler.php:191 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE p.id_product, cp.position FROM (SELECT p.id_product FROM razgl_product p INNER JOIN razgl_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN razgl_category_product cp ON (p.id_product = cp.id_product) INNER JOIN razgl_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN razgl_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=29 AND c.nright<=30 GROUP BY p.id_product) p INNER JOIN razgl_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY ISNULL(MIN(IF(cp.id_category = 127, cp.position, NULL))) ASC, MIN(IF(cp.id_category = 127, cp.position, NULL)) ASC, p.id_product DESC |
7.773
ms
|
2598544 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Filters/Products.php:99 (execute)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:190 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:334 (runQuery)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 66 |
SELECT SQL_NO_CACHE COUNT(*)
FROM
`razgl_product_shop`
WHERE
`id_shop` = 1 AND
`active` = 1 LIMIT 1 |
7.681
ms
|
1876 |
|
|
/modules/dfdproductvariants/classes/ProductSearchGrouper.php:150
/modules/dfdproductvariants/classes/ProductSearchGrouper.php:52 (getProductSearchLimit)
/modules/dfdproductvariants/dfdproductvariants.php:467 (beforeQuery)
/classes/Hook.php:1218 (hookActionProductSearchProviderRunQueryBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/ProductListingFrontController.php:327 (exec)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM razgl_product p INNER JOIN razgl_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 6) INNER JOIN razgl_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN razgl_category_product cp ON (p.id_product = cp.id_product) INNER JOIN razgl_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN razgl_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=29 AND c.nright<=30 |
5.793
ms
|
806 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:58 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:246 (getMinMaxPriceValue)
/modules/ps_facetedsearch/src/Filters/Block.php:127 (getPriceRangeBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:219 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:334 (runQuery)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 83 |
SELECT SQL_NO_CACHE 1 FROM `razgl_specific_price` WHERE `id_product` != 0 LIMIT 1 |
3.488
ms
|
352831 |
|
|
/classes/SpecificPrice.php:284
/classes/SpecificPrice.php:347 (filterOutField)
/classes/SpecificPrice.php:535 (computeExtraConditions)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (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 `razgl_configuration` c
LEFT JOIN `razgl_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
2.916
ms
|
2206 |
|
|
/classes/Configuration.php:162
/classes/Configuration.php:210 (loadConfiguration)
/classes/Configuration.php:283 (get)
/classes/shop/Shop.php:379 (getMultiShopValues)
/config/config.inc.php:103 (initialize)
/index.php:20 (require_once)
|
| 16 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `razgl_module` m
INNER JOIN razgl_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1)
INNER JOIN `razgl_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `razgl_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `razgl_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
2.739
ms
|
1320 |
Yes
|
Yes
|
/classes/Hook.php:1481
/classes/Hook.php:789 (getAllHookRegistrations)
/classes/Hook.php:932 (getHookModuleExecList)
/classes/Dispatcher.php:575 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 15 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `razgl_hook` h
WHERE (h.active = 1) |
2.083
ms
|
1108 |
|
|
/classes/Hook.php:1589
/classes/Hook.php:890 (getHookStatusByName)
/classes/Dispatcher.php:575 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 387 |
SELECT SQL_NO_CACHE p.`id_product`,
p.`reference`,
pl.`link_rewrite`,
image_shop.`id_image`
FROM `razgl_product` p
INNER JOIN `razgl_product_shop` ps
ON (p.`id_product` = ps.`id_product`
AND ps.`id_shop` = 1)
INNER JOIN `razgl_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_shop` = 1
AND pl.`id_lang` = 1)
LEFT JOIN `razgl_image_shop` image_shop
ON (p.`id_product` = image_shop.`id_product`
AND image_shop.`id_shop` = 1
AND image_shop.`cover` = 1)
WHERE ps.`active` = 1
AND p.`reference` LIKE 'PE29-81/%'
ORDER BY p.`reference` ASC |
1.924
ms
|
2 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsManager.php:205
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 474 |
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `razgl_category_product` cp
LEFT JOIN `razgl_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `razgl_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN razgl_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (2795,2796,2509,2511,2513,2515,2608,2610,2612,2614,2616,2635,2897,2304,2305,2306,2310,2313,2575,2577,2579,2581,2648,3165) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC |
1.699
ms
|
178 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:103
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:68 (loadCategories)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1218 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:526 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:193 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 170 |
SELECT SQL_NO_CACHE 1 FROM `razgl_specific_price` WHERE id_product = 2614 LIMIT 1 |
1.554
ms
|
290 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 307 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `razgl_image` i
INNER JOIN razgl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `razgl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2795
ORDER BY `position` |
1.526
ms
|
2 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `razgl_category` c
INNER JOIN razgl_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `razgl_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `razgl_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 127
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.330
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/override/controllers/front/listing/CategoryController.php:10 (getSubCategories)
/controllers/front/listing/CategoryController.php:145 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 76 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product FROM razgl_product p INNER JOIN razgl_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN razgl_category_product cp ON (p.id_product = cp.id_product) INNER JOIN razgl_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN razgl_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=29 AND c.nright<=30 GROUP BY p.id_product) p INNER JOIN razgl_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=13)) GROUP BY fp.id_feature_value |
1.292
ms
|
8906300 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:972 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:854 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:219 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:334 (runQuery)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 472 |
INSERT INTO `razgl_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('67436', '', 'jorgerevilla.difadi.net/es/127-pendientes-plata-banados-oro-18k', '', '2026-09-17 13:48:13') |
1.260
ms
|
1 |
|
|
/classes/ObjectModel.php:524
/classes/ConnectionsSource.php:86 (add)
/modules/statsdata/statsdata.php:119 (logHttpReferer)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1218 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:526 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:193 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 74 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product FROM razgl_product p INNER JOIN razgl_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN razgl_category_product cp ON (p.id_product = cp.id_product) INNER JOIN razgl_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN razgl_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=29 AND c.nright<=30 GROUP BY p.id_product) p INNER JOIN razgl_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=5)) GROUP BY fp.id_feature_value |
1.192
ms
|
4126720 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:972 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:854 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:219 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:334 (runQuery)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 90 |
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 `razgl_hook_module` hm
STRAIGHT_JOIN `razgl_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `razgl_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
1.167
ms
|
455 |
|
|
/classes/Hook.php:475
/classes/Hook.php:522 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:43 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:22 (execHookTaxManagerFactory)
/classes/Product.php:3671 (getManager)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 262 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `razgl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2577 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-17 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.159
ms
|
107 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE * FROM `razgl_ets_cfu_contact` c
JOIN `razgl_ets_cfu_contact_shop` cs ON c.id_contact=cs.id_contact
WHERE id_shop=1 |
1.124
ms
|
1 |
|
|
/modules/ets_cfultimate/classes/ETS_CFU_Contact.php:326
/modules/ets_cfultimate/ets_cfultimate.php:1368 (getContacts)
/modules/ets_cfultimate/ets_cfultimate.php:1361 (registerConditionJsDefinitions)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 426 |
SELECT SQL_NO_CACHE p.`id_product`,
p.`reference`,
pl.`link_rewrite`,
image_shop.`id_image`
FROM `razgl_product` p
INNER JOIN `razgl_product_shop` ps
ON (p.`id_product` = ps.`id_product`
AND ps.`id_shop` = 1)
INNER JOIN `razgl_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_shop` = 1
AND pl.`id_lang` = 1)
LEFT JOIN `razgl_image_shop` image_shop
ON (p.`id_product` = image_shop.`id_product`
AND image_shop.`id_shop` = 1
AND image_shop.`cover` = 1)
WHERE ps.`active` = 1
AND p.`reference` LIKE 'PE20-5636/%'
ORDER BY p.`reference` ASC |
1.048
ms
|
2 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsManager.php:205
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `razgl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2306 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-17 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.012
ms
|
104 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 18 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `razgl_hook` |
0.963
ms
|
1108 |
|
|
/classes/Hook.php:1549
/classes/Hook.php:231 (getAllHookIds)
/classes/Hook.php:941 (getIdByName)
/classes/Dispatcher.php:575 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 89 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `razgl_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `razgl_hook_alias` ha
INNER JOIN `razgl_hook` h ON ha.name = h.name |
0.945
ms
|
0 |
|
|
/classes/Hook.php:1549
/classes/Hook.php:231 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:43 (getIdByName)
/classes/tax/TaxManagerFactory.php:22 (execHookTaxManagerFactory)
/classes/Product.php:3671 (getManager)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM razgl_layered_category
WHERE controller = 'category'
AND id_category = 127
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.937
ms
|
3 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:57
/modules/ps_facetedsearch/src/Filters/Converter.php:283 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:167 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:334 (runQuery)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `razgl_feature` f INNER JOIN razgl_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `razgl_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `razgl_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `razgl_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC |
0.915
ms
|
8 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:161
/modules/ps_facetedsearch/src/Filters/Converter.php:408 (getFeatures)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:167 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:334 (runQuery)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 109 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `razgl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2509 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-17 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.898
ms
|
100 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `razgl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2511 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-17 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.895
ms
|
102 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `razgl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2608 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-17 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.891
ms
|
104 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 253 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `razgl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2575 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-17 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.871
ms
|
107 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 190 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `razgl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2635 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-17 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.870
ms
|
104 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `razgl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2796 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-17 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.838
ms
|
101 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE 1 FROM `razgl_specific_price` WHERE id_product = 2795 LIMIT 1 |
0.832
ms
|
296 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 393 |
SELECT SQL_NO_CACHE p.`id_product`,
p.`reference`,
pl.`link_rewrite`,
image_shop.`id_image`
FROM `razgl_product` p
INNER JOIN `razgl_product_shop` ps
ON (p.`id_product` = ps.`id_product`
AND ps.`id_shop` = 1)
INNER JOIN `razgl_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_shop` = 1
AND pl.`id_lang` = 1)
LEFT JOIN `razgl_image_shop` image_shop
ON (p.`id_product` = image_shop.`id_product`
AND image_shop.`id_shop` = 1
AND image_shop.`cover` = 1)
WHERE ps.`active` = 1
AND p.`reference` LIKE 'PE04-1898/%'
ORDER BY p.`reference` ASC |
0.828
ms
|
2 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsManager.php:205
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 136 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `razgl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2515 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-17 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.823
ms
|
100 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE 1 FROM `razgl_specific_price` WHERE id_product = 0 LIMIT 1 |
0.821
ms
|
1 |
|
|
/classes/SpecificPrice.php:413
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 179 |
SELECT SQL_NO_CACHE 1 FROM `razgl_specific_price` WHERE id_product = 2616 LIMIT 1 |
0.817
ms
|
294 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 127 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `razgl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2513 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-17 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.811
ms
|
108 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 280 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `razgl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2581 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-17 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.803
ms
|
99 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `razgl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2304 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-17 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.788
ms
|
101 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 235 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `razgl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2310 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-17 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.782
ms
|
109 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 181 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `razgl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2616 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-17 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.781
ms
|
108 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 125 |
SELECT SQL_NO_CACHE 1 FROM `razgl_specific_price` WHERE id_product = 2513 LIMIT 1 |
0.779
ms
|
292 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `razgl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2897 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-17 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.770
ms
|
102 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 217 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `razgl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2305 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-17 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.760
ms
|
105 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 244 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `razgl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2313 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-17 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.756
ms
|
101 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 471 |
SELECT SQL_NO_CACHE `id_guest`
FROM `razgl_connections`
WHERE `id_guest` = 67289
AND `date_add` > '2026-09-17 13:18:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.748
ms
|
1 |
Yes
|
|
/classes/Connection.php:148
/classes/Connection.php:77 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1218 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:526 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:193 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 134 |
SELECT SQL_NO_CACHE 1 FROM `razgl_specific_price` WHERE id_product = 2515 LIMIT 1 |
0.741
ms
|
273 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 296 |
SELECT SQL_NO_CACHE 1 FROM `razgl_specific_price` WHERE id_product = 3165 LIMIT 1 |
0.741
ms
|
273 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 172 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `razgl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2614 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-17 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.739
ms
|
106 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE 1 FROM `razgl_specific_price` WHERE id_product = 2304 LIMIT 1 |
0.734
ms
|
278 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 298 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `razgl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 3165 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-17 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.731
ms
|
107 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE 1 FROM `razgl_specific_price` WHERE id_product = 2577 LIMIT 1 |
0.729
ms
|
289 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM razgl_shop_url su
LEFT JOIN razgl_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'jorgerevilla.difadi.net' OR su.domain_ssl = 'jorgerevilla.difadi.net')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.720
ms
|
2 |
Yes
|
|
/classes/shop/Shop.php:1372
/classes/shop/Shop.php:336 (findShopByHost)
/config/config.inc.php:103 (initialize)
/index.php:20 (require_once)
|
| 304 |
SELECT SQL_NO_CACHE c.`id_category`,
cl.`name`,
cl.`link_rewrite`
FROM
`razgl_category_product` cp
INNER JOIN
`razgl_category` c
ON (c.`id_category` = cp.`id_category`)
INNER JOIN
`razgl_category_shop` cs
ON (
cs.`id_category` = c.`id_category`
AND cs.`id_shop` = 1
)
INNER JOIN
`razgl_category_lang` cl
ON (
cl.`id_category` = c.`id_category`
AND cl.`id_lang` = 1
AND cl.`id_shop` = 1
)
WHERE
cp.`id_product` = 3165
ORDER BY
(c.`id_parent` = 20) DESC,
(c.`id_category` = 102) DESC,
cp.`position` ASC LIMIT 1 |
0.711
ms
|
8 |
Yes
|
|
/override/classes/Product.php:80
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 115 |
SELECT SQL_NO_CACHE c.`id_category`,
cl.`name`,
cl.`link_rewrite`
FROM
`razgl_category_product` cp
INNER JOIN
`razgl_category` c
ON (c.`id_category` = cp.`id_category`)
INNER JOIN
`razgl_category_shop` cs
ON (
cs.`id_category` = c.`id_category`
AND cs.`id_shop` = 1
)
INNER JOIN
`razgl_category_lang` cl
ON (
cl.`id_category` = c.`id_category`
AND cl.`id_lang` = 1
AND cl.`id_shop` = 1
)
WHERE
cp.`id_product` = 2509
ORDER BY
(c.`id_parent` = 20) DESC,
(c.`id_category` = 102) DESC,
cp.`position` ASC LIMIT 1 |
0.706
ms
|
8 |
Yes
|
|
/override/classes/Product.php:80
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 271 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `razgl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2579 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-17 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.700
ms
|
105 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 289 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `razgl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2648 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-17 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.700
ms
|
100 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 312 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `razgl_image` i
INNER JOIN razgl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `razgl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2509
ORDER BY `position` |
0.696
ms
|
2 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 57 |
SELECT SQL_NO_CACHE *
FROM `razgl_category` a0
LEFT JOIN `razgl_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 29) AND (a0.`nright` > 30) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.689
ms
|
16 |
|
|
/classes/PrestaShopCollection.php:361
/classes/PrestaShopCollection.php:418 (getAll)
/controllers/front/listing/CategoryController.php:288 (rewind)
/classes/controller/FrontController.php:1833 (getBreadcrumbLinks)
/classes/controller/FrontController.php:539 (getBreadcrumb)
/classes/controller/FrontController.php:597 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `razgl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2610 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-17 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.684
ms
|
110 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE 1 FROM `razgl_specific_price` WHERE id_product = 2897 LIMIT 1 |
0.662
ms
|
273 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `razgl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2612 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-17 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.661
ms
|
103 |
Yes
|
|
/classes/SpecificPrice.php:563
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE 1 FROM `razgl_specific_price` WHERE id_product = 2635 LIMIT 1 |
0.659
ms
|
280 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 205 |
SELECT SQL_NO_CACHE c.`id_category`,
cl.`name`,
cl.`link_rewrite`
FROM
`razgl_category_product` cp
INNER JOIN
`razgl_category` c
ON (c.`id_category` = cp.`id_category`)
INNER JOIN
`razgl_category_shop` cs
ON (
cs.`id_category` = c.`id_category`
AND cs.`id_shop` = 1
)
INNER JOIN
`razgl_category_lang` cl
ON (
cl.`id_category` = c.`id_category`
AND cl.`id_lang` = 1
AND cl.`id_shop` = 1
)
WHERE
cp.`id_product` = 2897
ORDER BY
(c.`id_parent` = 20) DESC,
(c.`id_category` = 102) DESC,
cp.`position` ASC LIMIT 1 |
0.647
ms
|
8 |
Yes
|
|
/override/classes/Product.php:80
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE 1 FROM `razgl_specific_price` WHERE id_product = 2610 LIMIT 1 |
0.641
ms
|
295 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (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 razgl_shop_group gs
LEFT JOIN razgl_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN razgl_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
0.636
ms
|
2 |
Yes
|
|
/classes/shop/Shop.php:696
/classes/shop/Shop.php:755 (cacheShops)
/classes/Configuration.php:280 (getShops)
/classes/shop/Shop.php:379 (getMultiShopValues)
/config/config.inc.php:103 (initialize)
/index.php:20 (require_once)
|
| 287 |
SELECT SQL_NO_CACHE 1 FROM `razgl_specific_price` WHERE id_product = 2648 LIMIT 1 |
0.631
ms
|
256 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 116 |
SELECT SQL_NO_CACHE 1 FROM `razgl_specific_price` WHERE id_product = 2511 LIMIT 1 |
0.624
ms
|
271 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 233 |
SELECT SQL_NO_CACHE 1 FROM `razgl_specific_price` WHERE id_product = 2310 LIMIT 1 |
0.622
ms
|
296 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 456 |
SELECT SQL_NO_CACHE p.`id_product`,
p.`reference`,
pl.`link_rewrite`,
image_shop.`id_image`
FROM `razgl_product` p
INNER JOIN `razgl_product_shop` ps
ON (p.`id_product` = ps.`id_product`
AND ps.`id_shop` = 1)
INNER JOIN `razgl_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_shop` = 1
AND pl.`id_lang` = 1)
LEFT JOIN `razgl_image_shop` image_shop
ON (p.`id_product` = image_shop.`id_product`
AND image_shop.`id_shop` = 1
AND image_shop.`cover` = 1)
WHERE ps.`active` = 1
AND p.`reference` LIKE 'PE20-47/%'
ORDER BY p.`reference` ASC |
0.621
ms
|
2 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsManager.php:205
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 269 |
SELECT SQL_NO_CACHE 1 FROM `razgl_specific_price` WHERE id_product = 2579 LIMIT 1 |
0.618
ms
|
266 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 23 |
SELECT SQL_NO_CACHE *
FROM `razgl_category` a
LEFT JOIN `razgl_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `razgl_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 127) AND (b.`id_shop` = 1) LIMIT 1 |
0.615
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/override/classes/Category.php:28 (__construct)
/controllers/front/listing/CategoryController.php:67 (__construct)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 95 |
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 `razgl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2795 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `razgl_cart_product` cp JOIN `razgl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `razgl_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` = 2795 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.609
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE 1 FROM `razgl_specific_price` WHERE id_product = 2608 LIMIT 1 |
0.607
ms
|
275 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 224 |
SELECT SQL_NO_CACHE 1 FROM `razgl_specific_price` WHERE id_product = 2306 LIMIT 1 |
0.606
ms
|
266 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 8 |
SELECT SQL_NO_CACHE *
FROM `razgl_country` a
LEFT JOIN `razgl_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `razgl_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
0.601
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/config/config.inc.php:135 (__construct)
/index.php:20 (require_once)
|
| 96 |
SELECT SQL_NO_CACHE DISTINCT
a.`id_attribute`,
al.`name`
FROM
`razgl_product_attribute` pa
INNER JOIN
`razgl_product_attribute_shop` pas
ON (
pas.`id_product_attribute` = pa.`id_product_attribute`
AND pas.`id_shop` = 1
)
INNER JOIN
`razgl_product_attribute_combination` pac
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN
`razgl_attribute` a
ON (
a.`id_attribute` = pac.`id_attribute`
AND a.`id_attribute_group` = 1
)
INNER JOIN
`razgl_attribute_lang` al
ON (
al.`id_attribute` = a.`id_attribute`
AND al.`id_lang` = 1
)
WHERE
pa.`id_product` = 2795
ORDER BY
a.`position` ASC |
0.592
ms
|
1 |
Yes
|
|
/override/classes/Product.php:28
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 161 |
SELECT SQL_NO_CACHE 1 FROM `razgl_specific_price` WHERE id_product = 2612 LIMIT 1 |
0.583
ms
|
279 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `razgl_feature_value` v LEFT JOIN `razgl_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `razgl_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 5 ORDER BY vl.`value` ASC |
0.582
ms
|
26 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:221
/modules/ps_facetedsearch/src/Filters/Block.php:863 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:219 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:334 (runQuery)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 278 |
SELECT SQL_NO_CACHE 1 FROM `razgl_specific_price` WHERE id_product = 2581 LIMIT 1 |
0.546
ms
|
263 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 356 |
SELECT SQL_NO_CACHE `value` FROM razgl_ce_meta WHERE `id` = 1010000 AND `name` = "_elementor_page_settings" LIMIT 1 |
0.546
ms
|
3 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:283
/modules/creativeelements/core/base/document.php:988 (CE\get_post_meta)
/modules/creativeelements/core/kits/documents/kit.php:25 (__construct)
/modules/creativeelements/core/documents-manager.php:207 (__construct)
/modules/creativeelements/core/kits/manager.php:51 (get)
/modules/creativeelements/core/kits/manager.php:144 (getActiveKit)
/modules/creativeelements/core/kits/manager.php:110 (getKitForFrontend)
/modules/creativeelements/creativeelements.php:468 (frontendBeforeEnqueueStyles)
/classes/Hook.php:1218 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:1387 (exec)
/controllers/front/listing/CategoryController.php:185 (getLayout)
/classes/controller/FrontController.php:714 (getLayout)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 388 |
SELECT SQL_NO_CACHE fp.`id_product`,
fp.`id_feature`,
COALESCE(NULLIF(fvl.`value`, ''), fvld.`value`) AS `value`,
dfd.`color`,
dfd.`text_color`,
dfd.`image`
FROM `razgl_feature_product` fp
LEFT JOIN `razgl_feature_value_lang` fvl
ON (fp.`id_feature_value` = fvl.`id_feature_value`
AND fvl.`id_lang` = 1)
LEFT JOIN `razgl_feature_value_lang` fvld
ON (fp.`id_feature_value` = fvld.`id_feature_value`
AND fvld.`id_lang` = 1)
LEFT JOIN `razgl_dfdproductvariants_feature_value` dfd
ON (fp.`id_feature_value` = dfd.`id_feature_value`)
WHERE fp.`id_product` IN (2800,2795)
AND fp.`id_feature` IN (13,5)
ORDER BY fp.`id_product` ASC, fp.`id_feature` ASC, fp.`id_feature_value` ASC |
0.544
ms
|
4 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsFeatureValue.php:110
/modules/dfdproductvariants/classes/ProductVariantsManager.php:390 (getProductValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:248 (getProductFeatureValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 334 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `razgl_image` i
INNER JOIN razgl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `razgl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2304
ORDER BY `position` |
0.539
ms
|
2 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 332 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `razgl_image` i
INNER JOIN razgl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `razgl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2897
ORDER BY `position` |
0.539
ms
|
2 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 22 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `razgl_meta` m
LEFT JOIN `razgl_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.517
ms
|
86 |
Yes
|
|
/classes/Dispatcher.php:623
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 107 |
SELECT SQL_NO_CACHE 1 FROM `razgl_specific_price` WHERE id_product = 2509 LIMIT 1 |
0.512
ms
|
267 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 420 |
SELECT SQL_NO_CACHE p.`id_product`,
p.`reference`,
pl.`link_rewrite`,
image_shop.`id_image`
FROM `razgl_product` p
INNER JOIN `razgl_product_shop` ps
ON (p.`id_product` = ps.`id_product`
AND ps.`id_shop` = 1)
INNER JOIN `razgl_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_shop` = 1
AND pl.`id_lang` = 1)
LEFT JOIN `razgl_image_shop` image_shop
ON (p.`id_product` = image_shop.`id_product`
AND image_shop.`id_shop` = 1
AND image_shop.`cover` = 1)
WHERE ps.`active` = 1
AND p.`reference` LIKE 'PE29-71/%'
ORDER BY p.`reference` ASC |
0.499
ms
|
2 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsManager.php:205
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 373 |
SELECT SQL_NO_CACHE b.`id_dfdtopbar`,
bb.*,
bbl.*
FROM
razgl_dfdtopbar b
LEFT JOIN
razgl_dfdtopbar_topbar bb ON (b.id_dfdtopbar = bb.id_dfdtopbar)
LEFT JOIN
razgl_dfdtopbar_topbar_lang bbl ON (bb.id_dfdtopbar = bbl.id_dfdtopbar)
WHERE
b.id_shop = 1 AND
bbl.id_lang = 1 AND
bb.`active` = 1 AND
(bb.`date_from` IS NULL OR bb.`date_from` = "0000-00-00 00:00:00" OR bb.`date_from` <= NOW()) AND
(bb.`date_to` IS NULL OR bb.`date_to` = "0000-00-00 00:00:00" OR bb.`date_to` >= NOW())
ORDER BY
bb.`position` DESC,
bb.`id_dfdtopbar` DESC LIMIT 1 |
0.496
ms
|
3 |
Yes
|
|
/modules/dfdtopbar/classes/Topbar.php:147
/modules/dfdtopbar/dfdtopbar.php:357 (getValidTopbar)
/classes/Hook.php:1218 (hookDisplayTopbar)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:62 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE 1 FROM `razgl_specific_price` WHERE id_product = 2796 LIMIT 1 |
0.491
ms
|
268 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 251 |
SELECT SQL_NO_CACHE 1 FROM `razgl_specific_price` WHERE id_product = 2575 LIMIT 1 |
0.486
ms
|
267 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 46 |
SELECT SQL_NO_CACHE *
FROM `razgl_category` a
LEFT JOIN `razgl_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `razgl_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 127) AND (b.`id_shop` = 1) LIMIT 1 |
0.481
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/override/classes/Category.php:28 (__construct)
/classes/Link.php:396 (__construct)
/classes/Link.php:452 (getCategoryObject)
/classes/Link.php:1207 (getCategoryLink)
/classes/controller/FrontController.php:2115 (getLanguageLink)
/classes/controller/FrontController.php:1534 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1693 (getTemplateVarUrls)
/classes/controller/FrontController.php:534 (getTemplateVarShop)
/classes/controller/FrontController.php:597 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 390 |
SELECT SQL_NO_CACHE p.`id_product`,
p.`reference`,
pl.`link_rewrite`,
image_shop.`id_image`
FROM `razgl_product` p
INNER JOIN `razgl_product_shop` ps
ON (p.`id_product` = ps.`id_product`
AND ps.`id_shop` = 1)
INNER JOIN `razgl_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_shop` = 1
AND pl.`id_lang` = 1)
LEFT JOIN `razgl_image_shop` image_shop
ON (p.`id_product` = image_shop.`id_product`
AND image_shop.`id_shop` = 1
AND image_shop.`cover` = 1)
WHERE ps.`active` = 1
AND p.`reference` LIKE 'PE29-82/%'
ORDER BY p.`reference` ASC |
0.476
ms
|
2 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsManager.php:205
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 242 |
SELECT SQL_NO_CACHE 1 FROM `razgl_specific_price` WHERE id_product = 2313 LIMIT 1 |
0.468
ms
|
264 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 423 |
SELECT SQL_NO_CACHE p.`id_product`,
p.`reference`,
pl.`link_rewrite`,
image_shop.`id_image`
FROM `razgl_product` p
INNER JOIN `razgl_product_shop` ps
ON (p.`id_product` = ps.`id_product`
AND ps.`id_shop` = 1)
INNER JOIN `razgl_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_shop` = 1
AND pl.`id_lang` = 1)
LEFT JOIN `razgl_image_shop` image_shop
ON (p.`id_product` = image_shop.`id_product`
AND image_shop.`id_shop` = 1
AND image_shop.`cover` = 1)
WHERE ps.`active` = 1
AND p.`reference` LIKE 'PE04-1044/%'
ORDER BY p.`reference` ASC |
0.463
ms
|
2 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsManager.php:205
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 405 |
SELECT SQL_NO_CACHE p.`id_product`,
p.`reference`,
pl.`link_rewrite`,
image_shop.`id_image`
FROM `razgl_product` p
INNER JOIN `razgl_product_shop` ps
ON (p.`id_product` = ps.`id_product`
AND ps.`id_shop` = 1)
INNER JOIN `razgl_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_shop` = 1
AND pl.`id_lang` = 1)
LEFT JOIN `razgl_image_shop` image_shop
ON (p.`id_product` = image_shop.`id_product`
AND image_shop.`id_shop` = 1
AND image_shop.`cover` = 1)
WHERE ps.`active` = 1
AND p.`reference` LIKE 'PE04-1874/%'
ORDER BY p.`reference` ASC |
0.454
ms
|
2 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsManager.php:205
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 402 |
SELECT SQL_NO_CACHE p.`id_product`,
p.`reference`,
pl.`link_rewrite`,
image_shop.`id_image`
FROM `razgl_product` p
INNER JOIN `razgl_product_shop` ps
ON (p.`id_product` = ps.`id_product`
AND ps.`id_shop` = 1)
INNER JOIN `razgl_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_shop` = 1
AND pl.`id_lang` = 1)
LEFT JOIN `razgl_image_shop` image_shop
ON (p.`id_product` = image_shop.`id_product`
AND image_shop.`id_shop` = 1
AND image_shop.`cover` = 1)
WHERE ps.`active` = 1
AND p.`reference` LIKE 'PE04-2043/%'
ORDER BY p.`reference` ASC |
0.452
ms
|
2 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsManager.php:205
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 435 |
SELECT SQL_NO_CACHE p.`id_product`,
p.`reference`,
pl.`link_rewrite`,
image_shop.`id_image`
FROM `razgl_product` p
INNER JOIN `razgl_product_shop` ps
ON (p.`id_product` = ps.`id_product`
AND ps.`id_shop` = 1)
INNER JOIN `razgl_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_shop` = 1
AND pl.`id_lang` = 1)
LEFT JOIN `razgl_image_shop` image_shop
ON (p.`id_product` = image_shop.`id_product`
AND image_shop.`id_shop` = 1
AND image_shop.`cover` = 1)
WHERE ps.`active` = 1
AND p.`reference` LIKE 'PE20-4796/%'
ORDER BY p.`reference` ASC |
0.450
ms
|
2 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsManager.php:205
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 196 |
SELECT SQL_NO_CACHE c.`id_category`,
cl.`name`,
cl.`link_rewrite`
FROM
`razgl_category_product` cp
INNER JOIN
`razgl_category` c
ON (c.`id_category` = cp.`id_category`)
INNER JOIN
`razgl_category_shop` cs
ON (
cs.`id_category` = c.`id_category`
AND cs.`id_shop` = 1
)
INNER JOIN
`razgl_category_lang` cl
ON (
cl.`id_category` = c.`id_category`
AND cl.`id_lang` = 1
AND cl.`id_shop` = 1
)
WHERE
cp.`id_product` = 2635
ORDER BY
(c.`id_parent` = 20) DESC,
(c.`id_category` = 102) DESC,
cp.`position` ASC LIMIT 1 |
0.447
ms
|
8 |
Yes
|
|
/override/classes/Product.php:80
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 429 |
SELECT SQL_NO_CACHE p.`id_product`,
p.`reference`,
pl.`link_rewrite`,
image_shop.`id_image`
FROM `razgl_product` p
INNER JOIN `razgl_product_shop` ps
ON (p.`id_product` = ps.`id_product`
AND ps.`id_shop` = 1)
INNER JOIN `razgl_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_shop` = 1
AND pl.`id_lang` = 1)
LEFT JOIN `razgl_image_shop` image_shop
ON (p.`id_product` = image_shop.`id_product`
AND image_shop.`id_shop` = 1
AND image_shop.`cover` = 1)
WHERE ps.`active` = 1
AND p.`reference` LIKE 'PE20-6830/%'
ORDER BY p.`reference` ASC |
0.442
ms
|
2 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsManager.php:205
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 432 |
SELECT SQL_NO_CACHE p.`id_product`,
p.`reference`,
pl.`link_rewrite`,
image_shop.`id_image`
FROM `razgl_product` p
INNER JOIN `razgl_product_shop` ps
ON (p.`id_product` = ps.`id_product`
AND ps.`id_shop` = 1)
INNER JOIN `razgl_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_shop` = 1
AND pl.`id_lang` = 1)
LEFT JOIN `razgl_image_shop` image_shop
ON (p.`id_product` = image_shop.`id_product`
AND image_shop.`id_shop` = 1
AND image_shop.`cover` = 1)
WHERE ps.`active` = 1
AND p.`reference` LIKE 'PE20-9052/%'
ORDER BY p.`reference` ASC |
0.441
ms
|
2 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsManager.php:205
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 97 |
SELECT SQL_NO_CACHE c.`id_category`,
cl.`name`,
cl.`link_rewrite`
FROM
`razgl_category_product` cp
INNER JOIN
`razgl_category` c
ON (c.`id_category` = cp.`id_category`)
INNER JOIN
`razgl_category_shop` cs
ON (
cs.`id_category` = c.`id_category`
AND cs.`id_shop` = 1
)
INNER JOIN
`razgl_category_lang` cl
ON (
cl.`id_category` = c.`id_category`
AND cl.`id_lang` = 1
AND cl.`id_shop` = 1
)
WHERE
cp.`id_product` = 2795
ORDER BY
(c.`id_parent` = 20) DESC,
(c.`id_category` = 102) DESC,
cp.`position` ASC LIMIT 1 |
0.436
ms
|
7 |
Yes
|
|
/override/classes/Product.php:80
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 215 |
SELECT SQL_NO_CACHE 1 FROM `razgl_specific_price` WHERE id_product = 2305 LIMIT 1 |
0.430
ms
|
282 |
|
|
/classes/SpecificPrice.php:422
/classes/SpecificPrice.php:510 (couldHaveSpecificPrice)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 319 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2608) AND (b.`id_shop` = 1) LIMIT 1 |
0.419
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 427 |
SELECT SQL_NO_CACHE fp.`id_product`,
fp.`id_feature`,
COALESCE(NULLIF(fvl.`value`, ''), fvld.`value`) AS `value`,
dfd.`color`,
dfd.`text_color`,
dfd.`image`
FROM `razgl_feature_product` fp
LEFT JOIN `razgl_feature_value_lang` fvl
ON (fp.`id_feature_value` = fvl.`id_feature_value`
AND fvl.`id_lang` = 1)
LEFT JOIN `razgl_feature_value_lang` fvld
ON (fp.`id_feature_value` = fvld.`id_feature_value`
AND fvld.`id_lang` = 1)
LEFT JOIN `razgl_dfdproductvariants_feature_value` dfd
ON (fp.`id_feature_value` = dfd.`id_feature_value`)
WHERE fp.`id_product` IN (816,2304)
AND fp.`id_feature` IN (13,5)
ORDER BY fp.`id_product` ASC, fp.`id_feature` ASC, fp.`id_feature_value` ASC |
0.401
ms
|
4 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsFeatureValue.php:110
/modules/dfdproductvariants/classes/ProductVariantsManager.php:390 (getProductValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:248 (getProductFeatureValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 305 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2795) AND (b.`id_shop` = 1) LIMIT 1 |
0.399
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 417 |
SELECT SQL_NO_CACHE p.`id_product`,
p.`reference`,
pl.`link_rewrite`,
image_shop.`id_image`
FROM `razgl_product` p
INNER JOIN `razgl_product_shop` ps
ON (p.`id_product` = ps.`id_product`
AND ps.`id_shop` = 1)
INNER JOIN `razgl_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_shop` = 1
AND pl.`id_lang` = 1)
LEFT JOIN `razgl_image_shop` image_shop
ON (p.`id_product` = image_shop.`id_product`
AND image_shop.`id_shop` = 1
AND image_shop.`cover` = 1)
WHERE ps.`active` = 1
AND p.`reference` LIKE 'PE04-1931/%'
ORDER BY p.`reference` ASC |
0.388
ms
|
2 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsManager.php:205
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 299 |
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 `razgl_product` p
INNER JOIN `razgl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `razgl_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` = 3165) |
0.386
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 411 |
SELECT SQL_NO_CACHE p.`id_product`,
p.`reference`,
pl.`link_rewrite`,
image_shop.`id_image`
FROM `razgl_product` p
INNER JOIN `razgl_product_shop` ps
ON (p.`id_product` = ps.`id_product`
AND ps.`id_shop` = 1)
INNER JOIN `razgl_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_shop` = 1
AND pl.`id_lang` = 1)
LEFT JOIN `razgl_image_shop` image_shop
ON (p.`id_product` = image_shop.`id_product`
AND image_shop.`id_shop` = 1
AND image_shop.`cover` = 1)
WHERE ps.`active` = 1
AND p.`reference` LIKE 'PE04-1877/%'
ORDER BY p.`reference` ASC |
0.384
ms
|
2 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsManager.php:205
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 36 |
SELECT SQL_NO_CACHE *
FROM `razgl_group` a
LEFT JOIN `razgl_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.382
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Group.php:61 (__construct)
/classes/Group.php:385 (__construct)
/classes/Cart.php:261 (getCurrent)
/classes/Cart.php:225 (setTaxCalculationMethod)
/classes/controller/FrontController.php:439 (__construct)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 353 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3165) AND (b.`id_shop` = 1) LIMIT 1 |
0.380
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 88 |
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 `razgl_product` p
INNER JOIN `razgl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `razgl_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` = 2795) |
0.376
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 453 |
SELECT SQL_NO_CACHE p.`id_product`,
p.`reference`,
pl.`link_rewrite`,
image_shop.`id_image`
FROM `razgl_product` p
INNER JOIN `razgl_product_shop` ps
ON (p.`id_product` = ps.`id_product`
AND ps.`id_shop` = 1)
INNER JOIN `razgl_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_shop` = 1
AND pl.`id_lang` = 1)
LEFT JOIN `razgl_image_shop` image_shop
ON (p.`id_product` = image_shop.`id_product`
AND image_shop.`id_shop` = 1
AND image_shop.`cover` = 1)
WHERE ps.`active` = 1
AND p.`reference` LIKE 'PE20-9183/%'
ORDER BY p.`reference` ASC |
0.372
ms
|
2 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsManager.php:205
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 394 |
SELECT SQL_NO_CACHE fp.`id_product`,
fp.`id_feature`,
COALESCE(NULLIF(fvl.`value`, ''), fvld.`value`) AS `value`,
dfd.`color`,
dfd.`text_color`,
dfd.`image`
FROM `razgl_feature_product` fp
LEFT JOIN `razgl_feature_value_lang` fvl
ON (fp.`id_feature_value` = fvl.`id_feature_value`
AND fvl.`id_lang` = 1)
LEFT JOIN `razgl_feature_value_lang` fvld
ON (fp.`id_feature_value` = fvld.`id_feature_value`
AND fvld.`id_lang` = 1)
LEFT JOIN `razgl_dfdproductvariants_feature_value` dfd
ON (fp.`id_feature_value` = dfd.`id_feature_value`)
WHERE fp.`id_product` IN (2508,2509)
AND fp.`id_feature` IN (13,5)
ORDER BY fp.`id_product` ASC, fp.`id_feature` ASC, fp.`id_feature_value` ASC |
0.370
ms
|
4 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsFeatureValue.php:110
/modules/dfdproductvariants/classes/ProductVariantsManager.php:390 (getProductValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:248 (getProductFeatureValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 314 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `razgl_image` i
INNER JOIN razgl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `razgl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2511
ORDER BY `position` |
0.369
ms
|
2 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 19 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `razgl_module` m
LEFT JOIN `razgl_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.364
ms
|
88 |
|
|
/classes/module/Module.php:325
/modules/ps_checkout/ps_checkout.php:117 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1381 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1360 (coreLoadModule)
/classes/Hook.php:1089 (getInstanceByName)
/classes/Dispatcher.php:575 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 370 |
SELECT SQL_NO_CACHE *
FROM `razgl_currency` c
INNER JOIN razgl_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.364
ms
|
1 |
Yes
|
|
/classes/Currency.php:667
/classes/Currency.php:649 (findAll)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:127 (getWidgetVariables)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:59 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 27 |
SELECT SQL_NO_CACHE *
FROM `razgl_currency` a
LEFT JOIN `razgl_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `razgl_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.362
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:81 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:222 (init)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 396 |
SELECT SQL_NO_CACHE p.`id_product`,
p.`reference`,
pl.`link_rewrite`,
image_shop.`id_image`
FROM `razgl_product` p
INNER JOIN `razgl_product_shop` ps
ON (p.`id_product` = ps.`id_product`
AND ps.`id_shop` = 1)
INNER JOIN `razgl_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_shop` = 1
AND pl.`id_lang` = 1)
LEFT JOIN `razgl_image_shop` image_shop
ON (p.`id_product` = image_shop.`id_product`
AND image_shop.`id_shop` = 1
AND image_shop.`cover` = 1)
WHERE ps.`active` = 1
AND p.`reference` LIKE 'PE04-1923/%'
ORDER BY p.`reference` ASC |
0.353
ms
|
2 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsManager.php:205
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 477 |
SELECT SQL_NO_CACHE * FROM `razgl_whatsappchatblock` LEFT JOIN `razgl_whatsappchatblock_lang` ON (`razgl_whatsappchatblock`.`id_whatsappchatblock` = `razgl_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "floating" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.347
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:626 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:411 (displayBlock)
/classes/Hook.php:1218 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:526 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:193 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 320 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `razgl_image` i
INNER JOIN razgl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `razgl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2608
ORDER BY `position` |
0.346
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE *
FROM `razgl_whatsappchatblock_agent` LEFT JOIN `razgl_whatsappchatblock_agent_lang` ON (`razgl_whatsappchatblock_agent`.`id_whatsappchatblock_agent` = `razgl_whatsappchatblock_agent_lang`.`id_whatsappchatblock_agent` AND `id_lang` = 1) WHERE 1 = 1 AND `active` = 1 ORDER BY position |
0.341
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlockAgent.php:78
/modules/whatsappchat/whatsappchat.php:311 (getWhatsappChatAgents)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE c.`id_category`,
cl.`name`,
cl.`link_rewrite`
FROM
`razgl_category_product` cp
INNER JOIN
`razgl_category` c
ON (c.`id_category` = cp.`id_category`)
INNER JOIN
`razgl_category_shop` cs
ON (
cs.`id_category` = c.`id_category`
AND cs.`id_shop` = 1
)
INNER JOIN
`razgl_category_lang` cl
ON (
cl.`id_category` = c.`id_category`
AND cl.`id_lang` = 1
AND cl.`id_shop` = 1
)
WHERE
cp.`id_product` = 2796
ORDER BY
(c.`id_parent` = 20) DESC,
(c.`id_category` = 102) DESC,
cp.`position` ASC LIMIT 1 |
0.340
ms
|
8 |
Yes
|
|
/override/classes/Product.php:80
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 399 |
SELECT SQL_NO_CACHE p.`id_product`,
p.`reference`,
pl.`link_rewrite`,
image_shop.`id_image`
FROM `razgl_product` p
INNER JOIN `razgl_product_shop` ps
ON (p.`id_product` = ps.`id_product`
AND ps.`id_shop` = 1)
INNER JOIN `razgl_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_shop` = 1
AND pl.`id_lang` = 1)
LEFT JOIN `razgl_image_shop` image_shop
ON (p.`id_product` = image_shop.`id_product`
AND image_shop.`id_shop` = 1
AND image_shop.`cover` = 1)
WHERE ps.`active` = 1
AND p.`reference` LIKE 'PE04-1949/%'
ORDER BY p.`reference` ASC |
0.335
ms
|
2 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsManager.php:205
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 214 |
SELECT SQL_NO_CACHE c.`id_category`,
cl.`name`,
cl.`link_rewrite`
FROM
`razgl_category_product` cp
INNER JOIN
`razgl_category` c
ON (c.`id_category` = cp.`id_category`)
INNER JOIN
`razgl_category_shop` cs
ON (
cs.`id_category` = c.`id_category`
AND cs.`id_shop` = 1
)
INNER JOIN
`razgl_category_lang` cl
ON (
cl.`id_category` = c.`id_category`
AND cl.`id_lang` = 1
AND cl.`id_shop` = 1
)
WHERE
cp.`id_product` = 2304
ORDER BY
(c.`id_parent` = 20) DESC,
(c.`id_category` = 102) DESC,
cp.`position` ASC LIMIT 1 |
0.326
ms
|
7 |
Yes
|
|
/override/classes/Product.php:80
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 354 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `razgl_image` i
INNER JOIN razgl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `razgl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3165
ORDER BY `position` |
0.326
ms
|
2 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 447 |
SELECT SQL_NO_CACHE p.`id_product`,
p.`reference`,
pl.`link_rewrite`,
image_shop.`id_image`
FROM `razgl_product` p
INNER JOIN `razgl_product_shop` ps
ON (p.`id_product` = ps.`id_product`
AND ps.`id_shop` = 1)
INNER JOIN `razgl_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_shop` = 1
AND pl.`id_lang` = 1)
LEFT JOIN `razgl_image_shop` image_shop
ON (p.`id_product` = image_shop.`id_product`
AND image_shop.`id_shop` = 1
AND image_shop.`cover` = 1)
WHERE ps.`active` = 1
AND p.`reference` LIKE 'PE20-9858/%'
ORDER BY p.`reference` ASC |
0.326
ms
|
2 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsManager.php:205
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE value FROM `razgl_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.320
ms
|
1 |
|
|
/classes/shop/Shop.php:1191
/classes/Configuration.php:217 (isFeatureActive)
/classes/Configuration.php:283 (get)
/classes/shop/Shop.php:379 (getMultiShopValues)
/config/config.inc.php:103 (initialize)
/index.php:20 (require_once)
|
| 424 |
SELECT SQL_NO_CACHE fp.`id_product`,
fp.`id_feature`,
COALESCE(NULLIF(fvl.`value`, ''), fvld.`value`) AS `value`,
dfd.`color`,
dfd.`text_color`,
dfd.`image`
FROM `razgl_feature_product` fp
LEFT JOIN `razgl_feature_value_lang` fvl
ON (fp.`id_feature_value` = fvl.`id_feature_value`
AND fvl.`id_lang` = 1)
LEFT JOIN `razgl_feature_value_lang` fvld
ON (fp.`id_feature_value` = fvld.`id_feature_value`
AND fvld.`id_lang` = 1)
LEFT JOIN `razgl_dfdproductvariants_feature_value` dfd
ON (fp.`id_feature_value` = dfd.`id_feature_value`)
WHERE fp.`id_product` IN (2896,2897)
AND fp.`id_feature` IN (13,5)
ORDER BY fp.`id_product` ASC, fp.`id_feature` ASC, fp.`id_feature_value` ASC |
0.320
ms
|
4 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsFeatureValue.php:110
/modules/dfdproductvariants/classes/ProductVariantsManager.php:390 (getProductValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:248 (getProductFeatureValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 350 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `razgl_image` i
INNER JOIN razgl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `razgl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2581
ORDER BY `position` |
0.317
ms
|
2 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 79 |
SELECT SQL_NO_CACHE `id_product`,
`reference`
FROM `razgl_product`
WHERE `id_product` IN (2795,2796,2509,2511,2513,2515,2608,2610,2612,2614,2616,2635,2897,2304,2305,2306,2310,2313,2575,2577,2579,2581,2648,3165,3167,3169,3171,3173,3175,3177,3179,3292,3294,3382,3384,3386,2899,3331,3333,3337,3339,3341,2898,3330,3332,3336,3338,3340,2531,2533,2535,2537,2539,2541,2543,2556,2557,2558,2559,2560,2561,2562,2827,2829,2831,3023,3036,3044,3046,3048,2773,1678,1679,1680,1824,2501,2591,2593,2595,2745,2746,2747,2748,2749,844,1150,1153,1156,1159,1162,1165,1168,1190,1199,1204,1283,1289,868,904,908,917,1227,1241,1244,1269,1515,2807,2809,2811,2813,2815,2860,2862,2864,2866,2870,2883,2884,2885,2886,2887,2888,2889,2890,2891,2895,3064,3624,3620,3614,3616,3618,2649) |
0.313
ms
|
133 |
|
|
/modules/dfdproductvariants/classes/ProductSearchGrouper.php:185
/modules/dfdproductvariants/classes/ProductSearchGrouper.php:90 (getProductReferences)
/modules/dfdproductvariants/dfdproductvariants.php:477 (afterQuery)
/classes/Hook.php:1218 (hookActionProductSearchProviderRunQueryAfter)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/ProductListingFrontController.php:339 (exec)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 84 |
SELECT SQL_NO_CACHE 1 FROM `razgl_specific_price` WHERE `from` BETWEEN '2026-09-17 00:00:00' AND '2026-09-17 23:59:59' LIMIT 1 |
0.305
ms
|
1 |
|
|
/classes/SpecificPrice.php:364
/classes/SpecificPrice.php:535 (computeExtraConditions)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 318 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `razgl_image` i
INNER JOIN razgl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `razgl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2515
ORDER BY `position` |
0.304
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 10 |
SELECT SQL_NO_CACHE *
FROM `razgl_lang` a
LEFT JOIN `razgl_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.298
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/config/config.inc.php:200 (__construct)
/index.php:20 (require_once)
|
| 151 |
SELECT SQL_NO_CACHE c.`id_category`,
cl.`name`,
cl.`link_rewrite`
FROM
`razgl_category_product` cp
INNER JOIN
`razgl_category` c
ON (c.`id_category` = cp.`id_category`)
INNER JOIN
`razgl_category_shop` cs
ON (
cs.`id_category` = c.`id_category`
AND cs.`id_shop` = 1
)
INNER JOIN
`razgl_category_lang` cl
ON (
cl.`id_category` = c.`id_category`
AND cl.`id_lang` = 1
AND cl.`id_shop` = 1
)
WHERE
cp.`id_product` = 2608
ORDER BY
(c.`id_parent` = 20) DESC,
(c.`id_category` = 102) DESC,
cp.`position` ASC LIMIT 1 |
0.296
ms
|
8 |
Yes
|
|
/override/classes/Product.php:80
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 414 |
SELECT SQL_NO_CACHE p.`id_product`,
p.`reference`,
pl.`link_rewrite`,
image_shop.`id_image`
FROM `razgl_product` p
INNER JOIN `razgl_product_shop` ps
ON (p.`id_product` = ps.`id_product`
AND ps.`id_shop` = 1)
INNER JOIN `razgl_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_shop` = 1
AND pl.`id_lang` = 1)
LEFT JOIN `razgl_image_shop` image_shop
ON (p.`id_product` = image_shop.`id_product`
AND image_shop.`id_shop` = 1
AND image_shop.`cover` = 1)
WHERE ps.`active` = 1
AND p.`reference` LIKE 'PE04-1878/%'
ORDER BY p.`reference` ASC |
0.292
ms
|
2 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsManager.php:205
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 311 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2509) AND (b.`id_shop` = 1) LIMIT 1 |
0.292
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 59 |
SELECT SQL_NO_CACHE * FROM `razgl_whatsappchatblock` LEFT JOIN `razgl_whatsappchatblock_lang` ON (`razgl_whatsappchatblock`.`id_whatsappchatblock` = `razgl_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayHeader" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.290
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:626 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:320 (displayBlock)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 421 |
SELECT SQL_NO_CACHE fp.`id_product`,
fp.`id_feature`,
COALESCE(NULLIF(fvl.`value`, ''), fvld.`value`) AS `value`,
dfd.`color`,
dfd.`text_color`,
dfd.`image`
FROM `razgl_feature_product` fp
LEFT JOIN `razgl_feature_value_lang` fvl
ON (fp.`id_feature_value` = fvl.`id_feature_value`
AND fvl.`id_lang` = 1)
LEFT JOIN `razgl_feature_value_lang` fvld
ON (fp.`id_feature_value` = fvld.`id_feature_value`
AND fvld.`id_lang` = 1)
LEFT JOIN `razgl_dfdproductvariants_feature_value` dfd
ON (fp.`id_feature_value` = dfd.`id_feature_value`)
WHERE fp.`id_product` IN (2634,2635)
AND fp.`id_feature` IN (13,5)
ORDER BY fp.`id_product` ASC, fp.`id_feature` ASC, fp.`id_feature_value` ASC |
0.290
ms
|
4 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsFeatureValue.php:110
/modules/dfdproductvariants/classes/ProductVariantsManager.php:390 (getProductValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:248 (getProductFeatureValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 52 |
SELECT SQL_NO_CACHE format
FROM `razgl_address_format`
WHERE `id_country` = 6 LIMIT 1 |
0.282
ms
|
1 |
|
|
/classes/AddressFormat.php:629
/classes/AddressFormat.php:608 (getFormatDB)
/classes/AddressFormat.php:593 (getFormat)
/classes/AddressFormat.php:540 (getAddressCountryFormat)
/classes/AddressFormat.php:416 (getOrderedAddressFields)
/classes/controller/FrontController.php:1713 (generateAddress)
/classes/controller/FrontController.php:534 (getTemplateVarShop)
/classes/controller/FrontController.php:597 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 72 |
SELECT SQL_NO_CACHE data FROM razgl_layered_filter_block WHERE hash="8d6319d6d85b801bf62d08e2ad7c2253" LIMIT 1 |
0.281
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:181
/modules/ps_facetedsearch/src/Product/SearchProvider.php:214 (getFromCache)
/classes/controller/ProductListingFrontController.php:334 (runQuery)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 351 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2648) AND (b.`id_shop` = 1) LIMIT 1 |
0.274
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 408 |
SELECT SQL_NO_CACHE p.`id_product`,
p.`reference`,
pl.`link_rewrite`,
image_shop.`id_image`
FROM `razgl_product` p
INNER JOIN `razgl_product_shop` ps
ON (p.`id_product` = ps.`id_product`
AND ps.`id_shop` = 1)
INNER JOIN `razgl_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_shop` = 1
AND pl.`id_lang` = 1)
LEFT JOIN `razgl_image_shop` image_shop
ON (p.`id_product` = image_shop.`id_product`
AND image_shop.`id_shop` = 1
AND image_shop.`cover` = 1)
WHERE ps.`active` = 1
AND p.`reference` LIKE 'PE04-1876/%'
ORDER BY p.`reference` ASC |
0.274
ms
|
2 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsManager.php:205
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 438 |
SELECT SQL_NO_CACHE p.`id_product`,
p.`reference`,
pl.`link_rewrite`,
image_shop.`id_image`
FROM `razgl_product` p
INNER JOIN `razgl_product_shop` ps
ON (p.`id_product` = ps.`id_product`
AND ps.`id_shop` = 1)
INNER JOIN `razgl_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_shop` = 1
AND pl.`id_lang` = 1)
LEFT JOIN `razgl_image_shop` image_shop
ON (p.`id_product` = image_shop.`id_product`
AND image_shop.`id_shop` = 1
AND image_shop.`cover` = 1)
WHERE ps.`active` = 1
AND p.`reference` LIKE 'PE20-4989/%'
ORDER BY p.`reference` ASC |
0.273
ms
|
2 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsManager.php:205
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 450 |
SELECT SQL_NO_CACHE p.`id_product`,
p.`reference`,
pl.`link_rewrite`,
image_shop.`id_image`
FROM `razgl_product` p
INNER JOIN `razgl_product_shop` ps
ON (p.`id_product` = ps.`id_product`
AND ps.`id_shop` = 1)
INNER JOIN `razgl_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_shop` = 1
AND pl.`id_lang` = 1)
LEFT JOIN `razgl_image_shop` image_shop
ON (p.`id_product` = image_shop.`id_product`
AND image_shop.`id_shop` = 1
AND image_shop.`cover` = 1)
WHERE ps.`active` = 1
AND p.`reference` LIKE 'PE20-9859/%'
ORDER BY p.`reference` ASC |
0.273
ms
|
2 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsManager.php:205
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `razgl_hook_alias` |
0.272
ms
|
86 |
|
|
/classes/Hook.php:299
/classes/Hook.php:330 (getAllHookAliases)
/classes/Hook.php:805 (getHookAliasesFor)
/classes/Hook.php:932 (getHookModuleExecList)
/classes/Dispatcher.php:575 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 343 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2575) AND (b.`id_shop` = 1) LIMIT 1 |
0.271
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 333 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2304) AND (b.`id_shop` = 1) LIMIT 1 |
0.267
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM razgl_category_group ctg
WHERE ctg.`id_category` = 127 AND ctg.`id_group` = 1 LIMIT 1 |
0.265
ms
|
1 |
|
|
/classes/Category.php:1754
/controllers/front/listing/CategoryController.php:131 (checkAccess)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `razgl_lang` l
LEFT JOIN `razgl_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.265
ms
|
6 |
|
|
/classes/Language.php:1050
/config/config.inc.php:132 (loadLanguages)
/index.php:20 (require_once)
|
| 133 |
SELECT SQL_NO_CACHE c.`id_category`,
cl.`name`,
cl.`link_rewrite`
FROM
`razgl_category_product` cp
INNER JOIN
`razgl_category` c
ON (c.`id_category` = cp.`id_category`)
INNER JOIN
`razgl_category_shop` cs
ON (
cs.`id_category` = c.`id_category`
AND cs.`id_shop` = 1
)
INNER JOIN
`razgl_category_lang` cl
ON (
cl.`id_category` = c.`id_category`
AND cl.`id_lang` = 1
AND cl.`id_shop` = 1
)
WHERE
cp.`id_product` = 2513
ORDER BY
(c.`id_parent` = 20) DESC,
(c.`id_category` = 102) DESC,
cp.`position` ASC LIMIT 1 |
0.262
ms
|
7 |
Yes
|
|
/override/classes/Product.php:80
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 441 |
SELECT SQL_NO_CACHE p.`id_product`,
p.`reference`,
pl.`link_rewrite`,
image_shop.`id_image`
FROM `razgl_product` p
INNER JOIN `razgl_product_shop` ps
ON (p.`id_product` = ps.`id_product`
AND ps.`id_shop` = 1)
INNER JOIN `razgl_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_shop` = 1
AND pl.`id_lang` = 1)
LEFT JOIN `razgl_image_shop` image_shop
ON (p.`id_product` = image_shop.`id_product`
AND image_shop.`id_shop` = 1
AND image_shop.`cover` = 1)
WHERE ps.`active` = 1
AND p.`reference` LIKE 'PE20-7077/%'
ORDER BY p.`reference` ASC |
0.262
ms
|
2 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsManager.php:205
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 13 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `razgl_lang` l
JOIN razgl_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.259
ms
|
2 |
|
|
/classes/Language.php:1184
/classes/Language.php:1488 (countActiveLanguages)
/classes/Dispatcher.php:489 (isMultiLanguageActivated)
/classes/Dispatcher.php:222 (setRequestUri)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 362 |
SELECT SQL_NO_CACHE * FROM `razgl_whatsappchatblock` LEFT JOIN `razgl_whatsappchatblock_lang` ON (`razgl_whatsappchatblock`.`id_whatsappchatblock` = `razgl_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "topWidth" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.257
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:626 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:400 (displayBlock)
/classes/Hook.php:1218 (hookDisplayAfterBodyOpeningTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:229 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 355 |
SELECT SQL_NO_CACHE *
FROM `razgl_ce_template` a
WHERE (a.`id_ce_template` = 1) LIMIT 1 |
0.255
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:98 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:151 (getInstance)
/modules/creativeelements/core/kits/manager.php:31 (CE\get_post)
/modules/creativeelements/core/kits/manager.php:49 (getActiveId)
/modules/creativeelements/core/kits/manager.php:144 (getActiveKit)
/modules/creativeelements/core/kits/manager.php:110 (getKitForFrontend)
/modules/creativeelements/creativeelements.php:468 (frontendBeforeEnqueueStyles)
/classes/Hook.php:1218 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:1387 (exec)
/controllers/front/listing/CategoryController.php:185 (getLayout)
/classes/controller/FrontController.php:714 (getLayout)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 85 |
SELECT SQL_NO_CACHE 1 FROM `razgl_specific_price` WHERE `to` BETWEEN '2026-09-17 00:00:00' AND '2026-09-17 23:59:59' LIMIT 1 |
0.252
ms
|
1 |
|
|
/classes/SpecificPrice.php:368
/classes/SpecificPrice.php:535 (computeExtraConditions)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 259 |
SELECT SQL_NO_CACHE c.`id_category`,
cl.`name`,
cl.`link_rewrite`
FROM
`razgl_category_product` cp
INNER JOIN
`razgl_category` c
ON (c.`id_category` = cp.`id_category`)
INNER JOIN
`razgl_category_shop` cs
ON (
cs.`id_category` = c.`id_category`
AND cs.`id_shop` = 1
)
INNER JOIN
`razgl_category_lang` cl
ON (
cl.`id_category` = c.`id_category`
AND cl.`id_lang` = 1
AND cl.`id_shop` = 1
)
WHERE
cp.`id_product` = 2575
ORDER BY
(c.`id_parent` = 20) DESC,
(c.`id_category` = 102) DESC,
cp.`position` ASC LIMIT 1 |
0.252
ms
|
8 |
Yes
|
|
/override/classes/Product.php:80
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 372 |
SELECT SQL_NO_CACHE c.id_contact FROM `razgl_ets_cfu_contact` c
INNER JOIN `razgl_ets_cfu_contact_shop` cs ON (c.id_contact= cs.id_contact)
LEFT JOIN `razgl_ets_cfu_contact_lang` cl on (c.id_contact= cl.id_contact AND cl.id_lang="1")
WHERE c.active=1
AND c.hook LIKE "%nav_top%"
AND cs.id_shop="1"; |
0.248
ms
|
1 |
|
|
/modules/ets_cfultimate/classes/ETS_CFU_Contact.php:369
/modules/ets_cfultimate/ets_cfultimate.php:1412 (getContactsByHook)
/modules/ets_cfultimate/ets_cfultimate.php:1950 (getContactFormByHook)
/classes/Hook.php:1218 (hookDisplayNav2)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:59 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 21 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `razgl_module` m
LEFT JOIN `razgl_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.242
ms
|
88 |
|
|
/classes/module/Module.php:325
/modules/ets_cfultimate/ets_cfultimate.php:83 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1381 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1360 (coreLoadModule)
/classes/Hook.php:1089 (getInstanceByName)
/classes/Dispatcher.php:575 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 110 |
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 `razgl_product` p
INNER JOIN `razgl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `razgl_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` = 2509) |
0.240
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 338 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `razgl_image` i
INNER JOIN razgl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `razgl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2306
ORDER BY `position` |
0.240
ms
|
2 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 91 |
SELECT SQL_NO_CACHE tr.*
FROM `razgl_tax_rule` tr
JOIN `razgl_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.235
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:77
/classes/Product.php:3672 (getTaxCalculator)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 78 |
REPLACE INTO razgl_layered_filter_block (hash, data) VALUES ("8d6319d6d85b801bf62d08e2ad7c2253", "a:1:{s:7:\"filters\";a:3:{i:0;a:12:{s:9:\"type_lite\";s:5:\"price\";s:4:\"type\";s:5:\"price\";s:6:\"id_key\";i:0;s:4:\"name\";s:6:\"Precio\";s:3:\"max\";d:296;s:3:\"min\";d:31;s:4:\"unit\";s:3:\"€\";s:14:\"specifications\";a:11:{s:6:\"symbol\";a:11:{i:0;s:1:\",\";i:1;s:1:\".\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:12:\"currencyCode\";s:3:\"EUR\";s:14:\"currencySymbol\";s:3:\"€\";s:13:\"numberSymbols\";a:11:{i:0;s:1:\",\";i:1;s:1:\".\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:15:\"positivePattern\";s:12:\"#,##0.00 ¤\";s:15:\"negativePattern\";s:13:\"-#,##0.00 ¤\";s:17:\"maxFractionDigits\";i:2;s:17:\"minFractionDigits\";i:2;s:12:\"groupingUsed\";b:1;s:16:\"primaryGroupSize\";i:3;s:18:\"secondaryGroupSize\";i:3;}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:3:\"nbr\";i:133;s:5:\"value\";N;}i:1;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";i:5;s:6:\"values\";a:5:{i:168;a:5:{s:3:\"nbr\";i:1;s:4:\"name\";s:7:\"APATITA\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:8:\"position\";i:3;}i:166;a:5:{s:3:\"nbr\";i:1;s:4:\"name\";s:11:\"LABRADORITA\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:8:\"position\";i:1;}i:169;a:5:{s:3:\"nbr\";i:1;s:4:\"name\";s:12:\"LAPISLÁZULI\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:8:\"position\";i:4;}i:172;a:5:{s:3:\"nbr\";i:4;s:4:\"name\";s:12:\"TOPACIO AZUL\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:8:\"position\";i:6;}i:180;a:5:{s:3:\"nbr\";i:1;s:4:\"name\";s:12:\"ÁGATA MUSGO\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:8:\"position\";i:5;}}s:4:\"name\";s:6:\"PIEDRA\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:2;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";i:13;s:6:\"values\";a:3:{i:238;a:5:{s:3:\"nbr\";i:3;s:4:\"name\";s:5:\"Negro\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:8:\"position\";i:3;}i:236;a:5:{s:3:\"nbr\";i:122;s:4:\"name\";s:3:\"Oro\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:8:\"position\";i:1;}i:237;a:5:{s:3:\"nbr\";i:8;s:4:\"name\";s:5:\"Plata\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:8:\"position\";i:0;}}s:4:\"name\";s:5:\"Metal\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}}}") |
0.234
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:205
/modules/ps_facetedsearch/src/Product/SearchProvider.php:221 (insertIntoCache)
/classes/controller/ProductListingFrontController.php:334 (runQuery)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 47 |
SELECT SQL_NO_CACHE * FROM `razgl_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.231
ms
|
9 |
Yes
|
|
/classes/ImageType.php:89
/src/Adapter/Image/ImageRetriever.php:349 (getImagesTypes)
/classes/controller/FrontController.php:1541 (getNoPictureImage)
/classes/controller/FrontController.php:1693 (getTemplateVarUrls)
/classes/controller/FrontController.php:534 (getTemplateVarShop)
/classes/controller/FrontController.php:597 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE * FROM `razgl_currency` c ORDER BY `iso_code` ASC |
0.228
ms
|
2 |
Yes
|
|
/classes/Currency.php:688
/src/Adapter/Currency/CurrencyDataProvider.php:64 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:69 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:222 (init)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 425 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2896) AND (b.`id_shop` = 1) LIMIT 1 |
0.221
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:184 (getProductObject)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:328 (getProductLink)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 26 |
SELECT SQL_NO_CACHE c.id_currency
FROM `razgl_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.219
ms
|
1 |
|
|
/classes/Currency.php:873
/src/Adapter/Currency/CurrencyDataProvider.php:72 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:222 (init)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 336 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `razgl_image` i
INNER JOIN razgl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `razgl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2305
ORDER BY `position` |
0.219
ms
|
2 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 457 |
SELECT SQL_NO_CACHE fp.`id_product`,
fp.`id_feature`,
COALESCE(NULLIF(fvl.`value`, ''), fvld.`value`) AS `value`,
dfd.`color`,
dfd.`text_color`,
dfd.`image`
FROM `razgl_feature_product` fp
LEFT JOIN `razgl_feature_value_lang` fvl
ON (fp.`id_feature_value` = fvl.`id_feature_value`
AND fvl.`id_lang` = 1)
LEFT JOIN `razgl_feature_value_lang` fvld
ON (fp.`id_feature_value` = fvld.`id_feature_value`
AND fvld.`id_lang` = 1)
LEFT JOIN `razgl_dfdproductvariants_feature_value` dfd
ON (fp.`id_feature_value` = dfd.`id_feature_value`)
WHERE fp.`id_product` IN (3164,3165)
AND fp.`id_feature` IN (13,5)
ORDER BY fp.`id_product` ASC, fp.`id_feature` ASC, fp.`id_feature_value` ASC |
0.218
ms
|
4 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsFeatureValue.php:110
/modules/dfdproductvariants/classes/ProductVariantsManager.php:390 (getProductValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:248 (getProductFeatureValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM razgl_required_field |
0.217
ms
|
1 |
|
|
/classes/ObjectModel.php:1443
/classes/ObjectModel.php:1478 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1409 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:538 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:597 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 419 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2615) AND (b.`id_shop` = 1) LIMIT 1 |
0.217
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:184 (getProductObject)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:328 (getProductLink)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 418 |
SELECT SQL_NO_CACHE fp.`id_product`,
fp.`id_feature`,
COALESCE(NULLIF(fvl.`value`, ''), fvld.`value`) AS `value`,
dfd.`color`,
dfd.`text_color`,
dfd.`image`
FROM `razgl_feature_product` fp
LEFT JOIN `razgl_feature_value_lang` fvl
ON (fp.`id_feature_value` = fvl.`id_feature_value`
AND fvl.`id_lang` = 1)
LEFT JOIN `razgl_feature_value_lang` fvld
ON (fp.`id_feature_value` = fvld.`id_feature_value`
AND fvld.`id_lang` = 1)
LEFT JOIN `razgl_dfdproductvariants_feature_value` dfd
ON (fp.`id_feature_value` = dfd.`id_feature_value`)
WHERE fp.`id_product` IN (2615,2616)
AND fp.`id_feature` IN (13,5)
ORDER BY fp.`id_product` ASC, fp.`id_feature` ASC, fp.`id_feature_value` ASC |
0.215
ms
|
4 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsFeatureValue.php:110
/modules/dfdproductvariants/classes/ProductVariantsManager.php:390 (getProductValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:248 (getProductFeatureValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 478 |
SELECT SQL_NO_CACHE *
FROM `razgl_whatsappchatblock_agent` LEFT JOIN `razgl_whatsappchatblock_agent_lang` ON (`razgl_whatsappchatblock_agent`.`id_whatsappchatblock_agent` = `razgl_whatsappchatblock_agent_lang`.`id_whatsappchatblock_agent` AND `id_lang` = 1) WHERE 1 = 1 AND `razgl_whatsappchatblock_agent`.`id_whatsappchatblock` = 1 AND `active` = 1 ORDER BY position |
0.209
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlockAgent.php:78
/modules/whatsappchat/whatsappchat.php:694 (getWhatsappChatAgents)
/modules/whatsappchat/whatsappchat.php:411 (displayBlock)
/classes/Hook.php:1218 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:526 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:193 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 475 |
SELECT SQL_NO_CACHE `name`
FROM `razgl_manufacturer`
WHERE `id_manufacturer` = 1
AND `active` = 1 LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/Manufacturer.php:286
/src/Adapter/Presenter/Product/ProductLazyArray.php:578 (getNameById)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getManufacturerName)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:157 (offsetGet)
/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:1218 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:526 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:193 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (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 `razgl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2511 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `razgl_cart_product` cp JOIN `razgl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `razgl_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` = 2511 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 392 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2801) AND (b.`id_shop` = 1) LIMIT 1 |
0.204
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:184 (getProductObject)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:328 (getProductLink)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 113 |
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 `razgl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2509 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `razgl_cart_product` cp JOIN `razgl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `razgl_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` = 2509 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE DISTINCT
a.`id_attribute`,
al.`name`
FROM
`razgl_product_attribute` pa
INNER JOIN
`razgl_product_attribute_shop` pas
ON (
pas.`id_product_attribute` = pa.`id_product_attribute`
AND pas.`id_shop` = 1
)
INNER JOIN
`razgl_product_attribute_combination` pac
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN
`razgl_attribute` a
ON (
a.`id_attribute` = pac.`id_attribute`
AND a.`id_attribute_group` = 1
)
INNER JOIN
`razgl_attribute_lang` al
ON (
al.`id_attribute` = a.`id_attribute`
AND al.`id_lang` = 1
)
WHERE
pa.`id_product` = 2897
ORDER BY
a.`position` ASC |
0.202
ms
|
1 |
Yes
|
|
/override/classes/Product.php:28
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 479 |
SELECT SQL_NO_CACHE * FROM `razgl_whatsappchatblock` LEFT JOIN `razgl_whatsappchatblock_lang` ON (`razgl_whatsappchatblock`.`id_whatsappchatblock` = `razgl_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayBeforeBodyClosingTag" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.197
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:626 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:413 (displayBlock)
/classes/Hook.php:1218 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:526 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:193 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 6 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM razgl_shop s
LEFT JOIN razgl_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/shop/Shop.php:195
/classes/shop/Shop.php:129 (setUrl)
/classes/shop/Shop.php:412 (__construct)
/config/config.inc.php:103 (initialize)
/index.php:20 (require_once)
|
| 104 |
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 `razgl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2796 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `razgl_cart_product` cp JOIN `razgl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `razgl_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` = 2796 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 277 |
SELECT SQL_NO_CACHE c.`id_category`,
cl.`name`,
cl.`link_rewrite`
FROM
`razgl_category_product` cp
INNER JOIN
`razgl_category` c
ON (c.`id_category` = cp.`id_category`)
INNER JOIN
`razgl_category_shop` cs
ON (
cs.`id_category` = c.`id_category`
AND cs.`id_shop` = 1
)
INNER JOIN
`razgl_category_lang` cl
ON (
cl.`id_category` = c.`id_category`
AND cl.`id_lang` = 1
AND cl.`id_shop` = 1
)
WHERE
cp.`id_product` = 2579
ORDER BY
(c.`id_parent` = 20) DESC,
(c.`id_category` = 102) DESC,
cp.`position` ASC LIMIT 1 |
0.196
ms
|
8 |
Yes
|
|
/override/classes/Product.php:80
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (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 `razgl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2614 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `razgl_cart_product` cp JOIN `razgl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `razgl_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` = 2614 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.193
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 185 |
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 `razgl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2616 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `razgl_cart_product` cp JOIN `razgl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `razgl_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` = 2616 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.193
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 444 |
SELECT SQL_NO_CACHE p.`id_product`,
p.`reference`,
pl.`link_rewrite`,
image_shop.`id_image`
FROM `razgl_product` p
INNER JOIN `razgl_product_shop` ps
ON (p.`id_product` = ps.`id_product`
AND ps.`id_shop` = 1)
INNER JOIN `razgl_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_shop` = 1
AND pl.`id_lang` = 1)
LEFT JOIN `razgl_image_shop` image_shop
ON (p.`id_product` = image_shop.`id_product`
AND image_shop.`id_shop` = 1
AND image_shop.`cover` = 1)
WHERE ps.`active` = 1
AND p.`reference` LIKE 'PE20-7078/%'
ORDER BY p.`reference` ASC |
0.191
ms
|
2 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsManager.php:205
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 275 |
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 `razgl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2579 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `razgl_cart_product` cp JOIN `razgl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `razgl_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` = 2579 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.190
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (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 `razgl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2310 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `razgl_cart_product` cp JOIN `razgl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `razgl_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` = 2310 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.189
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 309 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2796) AND (b.`id_shop` = 1) LIMIT 1 |
0.189
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 422 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2634) AND (b.`id_shop` = 1) LIMIT 1 |
0.189
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:184 (getProductObject)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:328 (getProductLink)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 463 |
SELECT SQL_NO_CACHE psgdpr.active FROM `razgl_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 64 LIMIT 1 |
0.188
ms
|
6 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:130
/modules/psgdpr/psgdpr.php:683 (getConsentActive)
/classes/Hook.php:1218 (hookDisplayGDPRConsent)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php:66 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003bd7019_28369626)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/5a/e0/a3/5ae0a3e51621150ef4726e7412bc9712484bcfb8_2.module.dfdrecaptchaviewstemplateshookps_emailsubscription.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003bd3dc5_88066891)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/override/modules/ps_emailsubscription/ps_emailsubscription.php:54 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/b8/9e/ee/b89eeebc245f47cf34f972a47a4c50d6dce7cd43_2.file.footer.tpl.php:28 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003bcf198_12538066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/09/38/bb/0938bb560688a406b6577e2a409b774c335a3e1a_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003bcbf68_10956641)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:490 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:150 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE COUNT(id_contact)
FROM `razgl_ets_cfu_contact`
WHERE (button_popup_enabled > 0) LIMIT 1 |
0.188
ms
|
1 |
|
|
/modules/ets_cfultimate/classes/ETS_CFU_Contact.php:256
/modules/ets_cfultimate/ets_cfultimate.php:1304 (getContactFloating)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 203 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `razgl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2897 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `razgl_cart_product` cp JOIN `razgl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `razgl_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` = 2897 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.187
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 92 |
SELECT SQL_NO_CACHE `reduction`
FROM `razgl_product_group_reduction_cache`
WHERE `id_product` = 2795 AND `id_group` = 1 LIMIT 1 |
0.187
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 212 |
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 `razgl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2304 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `razgl_cart_product` cp JOIN `razgl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `razgl_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` = 2304 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.187
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 64 |
SELECT SQL_NO_CACHE c.id_contact FROM `razgl_ets_cfu_contact` c
INNER JOIN `razgl_ets_cfu_contact_shop` cs ON (c.id_contact= cs.id_contact)
LEFT JOIN `razgl_ets_cfu_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.183
ms
|
1 |
|
|
/modules/ets_cfultimate/classes/ETS_CFU_Contact.php:369
/modules/ets_cfultimate/ets_cfultimate.php:1412 (getContactsByHook)
/modules/ets_cfultimate/ets_cfultimate.php:1363 (getContactFormByHook)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 266 |
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 `razgl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2577 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `razgl_cart_product` cp JOIN `razgl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `razgl_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` = 2577 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.182
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 335 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2305) AND (b.`id_shop` = 1) LIMIT 1 |
0.182
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 131 |
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 `razgl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2513 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `razgl_cart_product` cp JOIN `razgl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `razgl_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` = 2513 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.181
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 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 `razgl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3165 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `razgl_cart_product` cp JOIN `razgl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `razgl_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` = 3165 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.181
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 149 |
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 `razgl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2608 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `razgl_cart_product` cp JOIN `razgl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `razgl_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` = 2608 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.180
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 194 |
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 `razgl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2635 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `razgl_cart_product` cp JOIN `razgl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `razgl_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` = 2635 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.180
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 293 |
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 `razgl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2648 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `razgl_cart_product` cp JOIN `razgl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `razgl_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` = 2648 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.180
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 86 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `razgl_specific_price_priority`
WHERE `id_product` = 2795
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.180
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 140 |
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 `razgl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2515 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `razgl_cart_product` cp JOIN `razgl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `razgl_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` = 2515 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 221 |
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 `razgl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2305 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `razgl_cart_product` cp JOIN `razgl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `razgl_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` = 2305 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 284 |
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 `razgl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2581 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `razgl_cart_product` cp JOIN `razgl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `razgl_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` = 2581 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 339 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2310) AND (b.`id_shop` = 1) LIMIT 1 |
0.179
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 158 |
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 `razgl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2610 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `razgl_cart_product` cp JOIN `razgl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `razgl_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` = 2610 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 230 |
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 `razgl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2306 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `razgl_cart_product` cp JOIN `razgl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `razgl_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` = 2306 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 313 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2511) AND (b.`id_shop` = 1) LIMIT 1 |
0.178
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 61 |
SELECT SQL_NO_CACHE contact_form, newsletter_form, contact_selector, newsletter_selector, `type`
FROM razgl_dfdrecaptcha_config
WHERE id_shop = 1 LIMIT 1 |
0.178
ms
|
2 |
|
|
/modules/dfdrecaptcha/dfdrecaptcha.php:302
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 276 |
SELECT SQL_NO_CACHE DISTINCT
a.`id_attribute`,
al.`name`
FROM
`razgl_product_attribute` pa
INNER JOIN
`razgl_product_attribute_shop` pas
ON (
pas.`id_product_attribute` = pa.`id_product_attribute`
AND pas.`id_shop` = 1
)
INNER JOIN
`razgl_product_attribute_combination` pac
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN
`razgl_attribute` a
ON (
a.`id_attribute` = pac.`id_attribute`
AND a.`id_attribute_group` = 1
)
INNER JOIN
`razgl_attribute_lang` al
ON (
al.`id_attribute` = a.`id_attribute`
AND al.`id_lang` = 1
)
WHERE
pa.`id_product` = 2579
ORDER BY
a.`position` ASC |
0.178
ms
|
1 |
Yes
|
|
/override/classes/Product.php:28
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 232 |
SELECT SQL_NO_CACHE c.`id_category`,
cl.`name`,
cl.`link_rewrite`
FROM
`razgl_category_product` cp
INNER JOIN
`razgl_category` c
ON (c.`id_category` = cp.`id_category`)
INNER JOIN
`razgl_category_shop` cs
ON (
cs.`id_category` = c.`id_category`
AND cs.`id_shop` = 1
)
INNER JOIN
`razgl_category_lang` cl
ON (
cl.`id_category` = c.`id_category`
AND cl.`id_lang` = 1
AND cl.`id_shop` = 1
)
WHERE
cp.`id_product` = 2306
ORDER BY
(c.`id_parent` = 20) DESC,
(c.`id_category` = 102) DESC,
cp.`position` ASC LIMIT 1 |
0.177
ms
|
8 |
Yes
|
|
/override/classes/Product.php:80
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 406 |
SELECT SQL_NO_CACHE fp.`id_product`,
fp.`id_feature`,
COALESCE(NULLIF(fvl.`value`, ''), fvld.`value`) AS `value`,
dfd.`color`,
dfd.`text_color`,
dfd.`image`
FROM `razgl_feature_product` fp
LEFT JOIN `razgl_feature_value_lang` fvl
ON (fp.`id_feature_value` = fvl.`id_feature_value`
AND fvl.`id_lang` = 1)
LEFT JOIN `razgl_feature_value_lang` fvld
ON (fp.`id_feature_value` = fvld.`id_feature_value`
AND fvld.`id_lang` = 1)
LEFT JOIN `razgl_dfdproductvariants_feature_value` dfd
ON (fp.`id_feature_value` = dfd.`id_feature_value`)
WHERE fp.`id_product` IN (2607,2608)
AND fp.`id_feature` IN (13,5)
ORDER BY fp.`id_product` ASC, fp.`id_feature` ASC, fp.`id_feature_value` ASC |
0.177
ms
|
4 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsFeatureValue.php:110
/modules/dfdproductvariants/classes/ProductVariantsManager.php:390 (getProductValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:248 (getProductFeatureValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `razgl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2612 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `razgl_cart_product` cp JOIN `razgl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `razgl_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` = 2612 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 187 |
SELECT SQL_NO_CACHE c.`id_category`,
cl.`name`,
cl.`link_rewrite`
FROM
`razgl_category_product` cp
INNER JOIN
`razgl_category` c
ON (c.`id_category` = cp.`id_category`)
INNER JOIN
`razgl_category_shop` cs
ON (
cs.`id_category` = c.`id_category`
AND cs.`id_shop` = 1
)
INNER JOIN
`razgl_category_lang` cl
ON (
cl.`id_category` = c.`id_category`
AND cl.`id_lang` = 1
AND cl.`id_shop` = 1
)
WHERE
cp.`id_product` = 2616
ORDER BY
(c.`id_parent` = 20) DESC,
(c.`id_category` = 102) DESC,
cp.`position` ASC LIMIT 1 |
0.176
ms
|
7 |
Yes
|
|
/override/classes/Product.php:80
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 317 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2515) AND (b.`id_shop` = 1) LIMIT 1 |
0.176
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 395 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2508) AND (b.`id_shop` = 1) LIMIT 1 |
0.176
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:184 (getProductObject)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:328 (getProductLink)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 37 |
SELECT SQL_NO_CACHE *
FROM `razgl_group_lang`
WHERE `id_group` = 1 |
0.175
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Group.php:61 (__construct)
/classes/Group.php:385 (__construct)
/classes/Cart.php:261 (getCurrent)
/classes/Cart.php:225 (setTaxCalculationMethod)
/classes/controller/FrontController.php:439 (__construct)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 257 |
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 `razgl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2575 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `razgl_cart_product` cp JOIN `razgl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `razgl_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` = 2575 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.175
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 389 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2800) AND (b.`id_shop` = 1) LIMIT 1 |
0.174
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:184 (getProductObject)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:328 (getProductLink)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 428 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 816) AND (b.`id_shop` = 1) LIMIT 1 |
0.174
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:184 (getProductObject)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:328 (getProductLink)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 458 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3164) AND (b.`id_shop` = 1) LIMIT 1 |
0.174
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:184 (getProductObject)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:328 (getProductLink)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 248 |
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 `razgl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2313 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `razgl_cart_product` cp JOIN `razgl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `razgl_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` = 2313 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/Cart.php:1624
/classes/Product.php:4129 (getProductQuantity)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 369 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `razgl_currency` c
LEFT JOIN razgl_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1 |
0.173
ms
|
2 |
|
|
/classes/Currency.php:1100
/classes/Currency.php:1119 (countActiveCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:123 (isMultiCurrencyActivated)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:59 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 455 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2650) AND (b.`id_shop` = 1) LIMIT 1 |
0.173
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:184 (getProductObject)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:328 (getProductLink)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 391 |
SELECT SQL_NO_CACHE fp.`id_product`,
fp.`id_feature`,
COALESCE(NULLIF(fvl.`value`, ''), fvld.`value`) AS `value`,
dfd.`color`,
dfd.`text_color`,
dfd.`image`
FROM `razgl_feature_product` fp
LEFT JOIN `razgl_feature_value_lang` fvl
ON (fp.`id_feature_value` = fvl.`id_feature_value`
AND fvl.`id_lang` = 1)
LEFT JOIN `razgl_feature_value_lang` fvld
ON (fp.`id_feature_value` = fvld.`id_feature_value`
AND fvld.`id_lang` = 1)
LEFT JOIN `razgl_dfdproductvariants_feature_value` dfd
ON (fp.`id_feature_value` = dfd.`id_feature_value`)
WHERE fp.`id_product` IN (2801,2796)
AND fp.`id_feature` IN (13,5)
ORDER BY fp.`id_product` ASC, fp.`id_feature` ASC, fp.`id_feature_value` ASC |
0.172
ms
|
4 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsFeatureValue.php:110
/modules/dfdproductvariants/classes/ProductVariantsManager.php:390 (getProductValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:248 (getProductFeatureValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 124 |
SELECT SQL_NO_CACHE c.`id_category`,
cl.`name`,
cl.`link_rewrite`
FROM
`razgl_category_product` cp
INNER JOIN
`razgl_category` c
ON (c.`id_category` = cp.`id_category`)
INNER JOIN
`razgl_category_shop` cs
ON (
cs.`id_category` = c.`id_category`
AND cs.`id_shop` = 1
)
INNER JOIN
`razgl_category_lang` cl
ON (
cl.`id_category` = c.`id_category`
AND cl.`id_lang` = 1
AND cl.`id_shop` = 1
)
WHERE
cp.`id_product` = 2511
ORDER BY
(c.`id_parent` = 20) DESC,
(c.`id_category` = 102) DESC,
cp.`position` ASC LIMIT 1 |
0.172
ms
|
6 |
Yes
|
|
/override/classes/Product.php:80
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 40 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `razgl_module` m
LEFT JOIN `razgl_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.171
ms
|
88 |
|
|
/classes/module/Module.php:325
/modules/creativeelements/creativeelements.php:62 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:100 (newInstanceArgs)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1381 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1360 (coreLoadModule)
/classes/Hook.php:1089 (getInstanceByName)
/classes/controller/FrontController.php:493 (exec)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 178 |
SELECT SQL_NO_CACHE c.`id_category`,
cl.`name`,
cl.`link_rewrite`
FROM
`razgl_category_product` cp
INNER JOIN
`razgl_category` c
ON (c.`id_category` = cp.`id_category`)
INNER JOIN
`razgl_category_shop` cs
ON (
cs.`id_category` = c.`id_category`
AND cs.`id_shop` = 1
)
INNER JOIN
`razgl_category_lang` cl
ON (
cl.`id_category` = c.`id_category`
AND cl.`id_lang` = 1
AND cl.`id_shop` = 1
)
WHERE
cp.`id_product` = 2614
ORDER BY
(c.`id_parent` = 20) DESC,
(c.`id_category` = 102) DESC,
cp.`position` ASC LIMIT 1 |
0.170
ms
|
7 |
Yes
|
|
/override/classes/Product.php:80
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 410 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2609) AND (b.`id_shop` = 1) LIMIT 1 |
0.170
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:184 (getProductObject)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:328 (getProductLink)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 459 |
SELECT SQL_NO_CACHE * FROM `razgl_whatsappchatblock` LEFT JOIN `razgl_whatsappchatblock_lang` ON (`razgl_whatsappchatblock`.`id_whatsappchatblock` = `razgl_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayWrapperBottom" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.170
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:626 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:563 (displayBlock)
/classes/Hook.php:1218 (hookDisplayWrapperBottom)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:144 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE c.`id_category`,
cl.`name`,
cl.`link_rewrite`
FROM
`razgl_category_product` cp
INNER JOIN
`razgl_category` c
ON (c.`id_category` = cp.`id_category`)
INNER JOIN
`razgl_category_shop` cs
ON (
cs.`id_category` = c.`id_category`
AND cs.`id_shop` = 1
)
INNER JOIN
`razgl_category_lang` cl
ON (
cl.`id_category` = c.`id_category`
AND cl.`id_lang` = 1
AND cl.`id_shop` = 1
)
WHERE
cp.`id_product` = 2610
ORDER BY
(c.`id_parent` = 20) DESC,
(c.`id_category` = 102) DESC,
cp.`position` ASC LIMIT 1 |
0.169
ms
|
7 |
Yes
|
|
/override/classes/Product.php:80
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 241 |
SELECT SQL_NO_CACHE c.`id_category`,
cl.`name`,
cl.`link_rewrite`
FROM
`razgl_category_product` cp
INNER JOIN
`razgl_category` c
ON (c.`id_category` = cp.`id_category`)
INNER JOIN
`razgl_category_shop` cs
ON (
cs.`id_category` = c.`id_category`
AND cs.`id_shop` = 1
)
INNER JOIN
`razgl_category_lang` cl
ON (
cl.`id_category` = c.`id_category`
AND cl.`id_lang` = 1
AND cl.`id_shop` = 1
)
WHERE
cp.`id_product` = 2310
ORDER BY
(c.`id_parent` = 20) DESC,
(c.`id_category` = 102) DESC,
cp.`position` ASC LIMIT 1 |
0.167
ms
|
7 |
Yes
|
|
/override/classes/Product.php:80
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 407 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2607) AND (b.`id_shop` = 1) LIMIT 1 |
0.167
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:184 (getProductObject)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:328 (getProductLink)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 327 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2616) AND (b.`id_shop` = 1) LIMIT 1 |
0.167
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 397 |
SELECT SQL_NO_CACHE fp.`id_product`,
fp.`id_feature`,
COALESCE(NULLIF(fvl.`value`, ''), fvld.`value`) AS `value`,
dfd.`color`,
dfd.`text_color`,
dfd.`image`
FROM `razgl_feature_product` fp
LEFT JOIN `razgl_feature_value_lang` fvl
ON (fp.`id_feature_value` = fvl.`id_feature_value`
AND fvl.`id_lang` = 1)
LEFT JOIN `razgl_feature_value_lang` fvld
ON (fp.`id_feature_value` = fvld.`id_feature_value`
AND fvld.`id_lang` = 1)
LEFT JOIN `razgl_dfdproductvariants_feature_value` dfd
ON (fp.`id_feature_value` = dfd.`id_feature_value`)
WHERE fp.`id_product` IN (2510,2511)
AND fp.`id_feature` IN (13,5)
ORDER BY fp.`id_product` ASC, fp.`id_feature` ASC, fp.`id_feature_value` ASC |
0.167
ms
|
4 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsFeatureValue.php:110
/modules/dfdproductvariants/classes/ProductVariantsManager.php:390 (getProductValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:248 (getProductFeatureValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 404 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2514) AND (b.`id_shop` = 1) LIMIT 1 |
0.167
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:184 (getProductObject)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:328 (getProductLink)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 416 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2613) AND (b.`id_shop` = 1) LIMIT 1 |
0.167
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:184 (getProductObject)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:328 (getProductLink)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 437 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 806) AND (b.`id_shop` = 1) LIMIT 1 |
0.166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:184 (getProductObject)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:328 (getProductLink)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 473 |
SELECT SQL_NO_CACHE data
FROM `razgl_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
0.166
ms
|
0 |
|
|
/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:39
/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:51 (findDataByCartIdAndShopId)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:267 (readData)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:54 (outputStoredEvents)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1218 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:526 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:193 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 431 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 821) AND (b.`id_shop` = 1) LIMIT 1 |
0.166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:184 (getProductObject)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:328 (getProductLink)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 223 |
SELECT SQL_NO_CACHE c.`id_category`,
cl.`name`,
cl.`link_rewrite`
FROM
`razgl_category_product` cp
INNER JOIN
`razgl_category` c
ON (c.`id_category` = cp.`id_category`)
INNER JOIN
`razgl_category_shop` cs
ON (
cs.`id_category` = c.`id_category`
AND cs.`id_shop` = 1
)
INNER JOIN
`razgl_category_lang` cl
ON (
cl.`id_category` = c.`id_category`
AND cl.`id_lang` = 1
AND cl.`id_shop` = 1
)
WHERE
cp.`id_product` = 2305
ORDER BY
(c.`id_parent` = 20) DESC,
(c.`id_category` = 102) DESC,
cp.`position` ASC LIMIT 1 |
0.165
ms
|
8 |
Yes
|
|
/override/classes/Product.php:80
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 295 |
SELECT SQL_NO_CACHE c.`id_category`,
cl.`name`,
cl.`link_rewrite`
FROM
`razgl_category_product` cp
INNER JOIN
`razgl_category` c
ON (c.`id_category` = cp.`id_category`)
INNER JOIN
`razgl_category_shop` cs
ON (
cs.`id_category` = c.`id_category`
AND cs.`id_shop` = 1
)
INNER JOIN
`razgl_category_lang` cl
ON (
cl.`id_category` = c.`id_category`
AND cl.`id_lang` = 1
AND cl.`id_shop` = 1
)
WHERE
cp.`id_product` = 2648
ORDER BY
(c.`id_parent` = 20) DESC,
(c.`id_category` = 102) DESC,
cp.`position` ASC LIMIT 1 |
0.165
ms
|
8 |
Yes
|
|
/override/classes/Product.php:80
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 341 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2313) AND (b.`id_shop` = 1) LIMIT 1 |
0.165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 349 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2581) AND (b.`id_shop` = 1) LIMIT 1 |
0.165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 413 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2611) AND (b.`id_shop` = 1) LIMIT 1 |
0.165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:184 (getProductObject)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:328 (getProductLink)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE c.`id_category`,
cl.`name`,
cl.`link_rewrite`
FROM
`razgl_category_product` cp
INNER JOIN
`razgl_category` c
ON (c.`id_category` = cp.`id_category`)
INNER JOIN
`razgl_category_shop` cs
ON (
cs.`id_category` = c.`id_category`
AND cs.`id_shop` = 1
)
INNER JOIN
`razgl_category_lang` cl
ON (
cl.`id_category` = c.`id_category`
AND cl.`id_lang` = 1
AND cl.`id_shop` = 1
)
WHERE
cp.`id_product` = 2577
ORDER BY
(c.`id_parent` = 20) DESC,
(c.`id_category` = 102) DESC,
cp.`position` ASC LIMIT 1 |
0.164
ms
|
8 |
Yes
|
|
/override/classes/Product.php:80
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 325 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2614) AND (b.`id_shop` = 1) LIMIT 1 |
0.164
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 365 |
SELECT SQL_NO_CACHE `id_module` FROM `razgl_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2261 (getModuleIdByName)
/classes/Hook.php:1224 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:59 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 398 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2510) AND (b.`id_shop` = 1) LIMIT 1 |
0.164
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:184 (getProductObject)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:328 (getProductLink)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 114 |
SELECT SQL_NO_CACHE DISTINCT
a.`id_attribute`,
al.`name`
FROM
`razgl_product_attribute` pa
INNER JOIN
`razgl_product_attribute_shop` pas
ON (
pas.`id_product_attribute` = pa.`id_product_attribute`
AND pas.`id_shop` = 1
)
INNER JOIN
`razgl_product_attribute_combination` pac
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN
`razgl_attribute` a
ON (
a.`id_attribute` = pac.`id_attribute`
AND a.`id_attribute_group` = 1
)
INNER JOIN
`razgl_attribute_lang` al
ON (
al.`id_attribute` = a.`id_attribute`
AND al.`id_lang` = 1
)
WHERE
pa.`id_product` = 2509
ORDER BY
a.`position` ASC |
0.163
ms
|
1 |
Yes
|
|
/override/classes/Product.php:28
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 142 |
SELECT SQL_NO_CACHE c.`id_category`,
cl.`name`,
cl.`link_rewrite`
FROM
`razgl_category_product` cp
INNER JOIN
`razgl_category` c
ON (c.`id_category` = cp.`id_category`)
INNER JOIN
`razgl_category_shop` cs
ON (
cs.`id_category` = c.`id_category`
AND cs.`id_shop` = 1
)
INNER JOIN
`razgl_category_lang` cl
ON (
cl.`id_category` = c.`id_category`
AND cl.`id_lang` = 1
AND cl.`id_shop` = 1
)
WHERE
cp.`id_product` = 2515
ORDER BY
(c.`id_parent` = 20) DESC,
(c.`id_category` = 102) DESC,
cp.`position` ASC LIMIT 1 |
0.163
ms
|
7 |
Yes
|
|
/override/classes/Product.php:80
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 452 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2580) AND (b.`id_shop` = 1) LIMIT 1 |
0.163
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:184 (getProductObject)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:328 (getProductLink)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 323 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2612) AND (b.`id_shop` = 1) LIMIT 1 |
0.162
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 39 |
SELECT SQL_NO_CACHE * FROM `razgl_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.162
ms
|
1 |
|
|
/classes/module/Module.php:2163
/classes/Hook.php:1030 (getExceptionsStatic)
/classes/controller/FrontController.php:493 (exec)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 401 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2512) AND (b.`id_shop` = 1) LIMIT 1 |
0.161
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:184 (getProductObject)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:328 (getProductLink)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 434 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 849) AND (b.`id_shop` = 1) LIMIT 1 |
0.160
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:184 (getProductObject)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:328 (getProductLink)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE c.`id_category`,
cl.`name`,
cl.`link_rewrite`
FROM
`razgl_category_product` cp
INNER JOIN
`razgl_category` c
ON (c.`id_category` = cp.`id_category`)
INNER JOIN
`razgl_category_shop` cs
ON (
cs.`id_category` = c.`id_category`
AND cs.`id_shop` = 1
)
INNER JOIN
`razgl_category_lang` cl
ON (
cl.`id_category` = c.`id_category`
AND cl.`id_lang` = 1
AND cl.`id_shop` = 1
)
WHERE
cp.`id_product` = 2612
ORDER BY
(c.`id_parent` = 20) DESC,
(c.`id_category` = 102) DESC,
cp.`position` ASC LIMIT 1 |
0.159
ms
|
7 |
Yes
|
|
/override/classes/Product.php:80
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 286 |
SELECT SQL_NO_CACHE c.`id_category`,
cl.`name`,
cl.`link_rewrite`
FROM
`razgl_category_product` cp
INNER JOIN
`razgl_category` c
ON (c.`id_category` = cp.`id_category`)
INNER JOIN
`razgl_category_shop` cs
ON (
cs.`id_category` = c.`id_category`
AND cs.`id_shop` = 1
)
INNER JOIN
`razgl_category_lang` cl
ON (
cl.`id_category` = c.`id_category`
AND cl.`id_lang` = 1
AND cl.`id_shop` = 1
)
WHERE
cp.`id_product` = 2581
ORDER BY
(c.`id_parent` = 20) DESC,
(c.`id_category` = 102) DESC,
cp.`position` ASC LIMIT 1 |
0.159
ms
|
7 |
Yes
|
|
/override/classes/Product.php:80
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 308 |
SELECT SQL_NO_CACHE * FROM `razgl_image_type` |
0.158
ms
|
9 |
|
|
/classes/ImageType.php:141
/classes/ImageType.php:182 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:197 (getFormattedName)
/src/Adapter/Image/ImageRetriever.php:82 (getImage)
:undefined ({closure:PrestaShop\PrestaShop\Adapter\Image\ImageRetriever::getAllProductImages():75})
/src/Adapter/Image/ImageRetriever.php:75 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 446 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2576) AND (b.`id_shop` = 1) LIMIT 1 |
0.158
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:184 (getProductObject)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:328 (getProductLink)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 464 |
SELECT SQL_NO_CACHE psgdprl.message FROM `razgl_psgdpr_consent` psgdpr
LEFT JOIN razgl_psgdpr_consent_lang psgdprl ON (psgdpr.id_gdpr_consent = psgdprl.id_gdpr_consent)
WHERE psgdpr.id_module = 64 AND psgdprl.id_lang =1 LIMIT 1 |
0.158
ms
|
18 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:108
/modules/psgdpr/psgdpr.php:687 (getConsentMessage)
/classes/Hook.php:1218 (hookDisplayGDPRConsent)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php:66 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003bd7019_28369626)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/5a/e0/a3/5ae0a3e51621150ef4726e7412bc9712484bcfb8_2.module.dfdrecaptchaviewstemplateshookps_emailsubscription.tpl.php:25 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003bd3dc5_88066891)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/override/modules/ps_emailsubscription/ps_emailsubscription.php:54 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/b8/9e/ee/b89eeebc245f47cf34f972a47a4c50d6dce7cd43_2.file.footer.tpl.php:28 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003bcf198_12538066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/09/38/bb/0938bb560688a406b6577e2a409b774c335a3e1a_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003bcbf68_10956641)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:490 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:150 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 186 |
SELECT SQL_NO_CACHE DISTINCT
a.`id_attribute`,
al.`name`
FROM
`razgl_product_attribute` pa
INNER JOIN
`razgl_product_attribute_shop` pas
ON (
pas.`id_product_attribute` = pa.`id_product_attribute`
AND pas.`id_shop` = 1
)
INNER JOIN
`razgl_product_attribute_combination` pac
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN
`razgl_attribute` a
ON (
a.`id_attribute` = pac.`id_attribute`
AND a.`id_attribute_group` = 1
)
INNER JOIN
`razgl_attribute_lang` al
ON (
al.`id_attribute` = a.`id_attribute`
AND al.`id_lang` = 1
)
WHERE
pa.`id_product` = 2616
ORDER BY
a.`position` ASC |
0.155
ms
|
1 |
Yes
|
|
/override/classes/Product.php:28
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 195 |
SELECT SQL_NO_CACHE DISTINCT
a.`id_attribute`,
al.`name`
FROM
`razgl_product_attribute` pa
INNER JOIN
`razgl_product_attribute_shop` pas
ON (
pas.`id_product_attribute` = pa.`id_product_attribute`
AND pas.`id_shop` = 1
)
INNER JOIN
`razgl_product_attribute_combination` pac
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN
`razgl_attribute` a
ON (
a.`id_attribute` = pac.`id_attribute`
AND a.`id_attribute_group` = 1
)
INNER JOIN
`razgl_attribute_lang` al
ON (
al.`id_attribute` = a.`id_attribute`
AND al.`id_lang` = 1
)
WHERE
pa.`id_product` = 2635
ORDER BY
a.`position` ASC |
0.153
ms
|
1 |
Yes
|
|
/override/classes/Product.php:28
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 250 |
SELECT SQL_NO_CACHE c.`id_category`,
cl.`name`,
cl.`link_rewrite`
FROM
`razgl_category_product` cp
INNER JOIN
`razgl_category` c
ON (c.`id_category` = cp.`id_category`)
INNER JOIN
`razgl_category_shop` cs
ON (
cs.`id_category` = c.`id_category`
AND cs.`id_shop` = 1
)
INNER JOIN
`razgl_category_lang` cl
ON (
cl.`id_category` = c.`id_category`
AND cl.`id_lang` = 1
AND cl.`id_shop` = 1
)
WHERE
cp.`id_product` = 2313
ORDER BY
(c.`id_parent` = 20) DESC,
(c.`id_category` = 102) DESC,
cp.`position` ASC LIMIT 1 |
0.152
ms
|
6 |
Yes
|
|
/override/classes/Product.php:80
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 177 |
SELECT SQL_NO_CACHE DISTINCT
a.`id_attribute`,
al.`name`
FROM
`razgl_product_attribute` pa
INNER JOIN
`razgl_product_attribute_shop` pas
ON (
pas.`id_product_attribute` = pa.`id_product_attribute`
AND pas.`id_shop` = 1
)
INNER JOIN
`razgl_product_attribute_combination` pac
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN
`razgl_attribute` a
ON (
a.`id_attribute` = pac.`id_attribute`
AND a.`id_attribute_group` = 1
)
INNER JOIN
`razgl_attribute_lang` al
ON (
al.`id_attribute` = a.`id_attribute`
AND al.`id_lang` = 1
)
WHERE
pa.`id_product` = 2614
ORDER BY
a.`position` ASC |
0.151
ms
|
1 |
Yes
|
|
/override/classes/Product.php:28
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 159 |
SELECT SQL_NO_CACHE DISTINCT
a.`id_attribute`,
al.`name`
FROM
`razgl_product_attribute` pa
INNER JOIN
`razgl_product_attribute_shop` pas
ON (
pas.`id_product_attribute` = pa.`id_product_attribute`
AND pas.`id_shop` = 1
)
INNER JOIN
`razgl_product_attribute_combination` pac
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN
`razgl_attribute` a
ON (
a.`id_attribute` = pac.`id_attribute`
AND a.`id_attribute_group` = 1
)
INNER JOIN
`razgl_attribute_lang` al
ON (
al.`id_attribute` = a.`id_attribute`
AND al.`id_lang` = 1
)
WHERE
pa.`id_product` = 2610
ORDER BY
a.`position` ASC |
0.151
ms
|
1 |
Yes
|
|
/override/classes/Product.php:28
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 476 |
SELECT SQL_NO_CACHE * FROM `razgl_whatsappchatblock` LEFT JOIN `razgl_whatsappchatblock_lang` ON (`razgl_whatsappchatblock`.`id_whatsappchatblock` = `razgl_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "badge" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.151
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:626 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:410 (displayBlock)
/classes/Hook.php:1218 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:526 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:193 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 105 |
SELECT SQL_NO_CACHE DISTINCT
a.`id_attribute`,
al.`name`
FROM
`razgl_product_attribute` pa
INNER JOIN
`razgl_product_attribute_shop` pas
ON (
pas.`id_product_attribute` = pa.`id_product_attribute`
AND pas.`id_shop` = 1
)
INNER JOIN
`razgl_product_attribute_combination` pac
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN
`razgl_attribute` a
ON (
a.`id_attribute` = pac.`id_attribute`
AND a.`id_attribute_group` = 1
)
INNER JOIN
`razgl_attribute_lang` al
ON (
al.`id_attribute` = a.`id_attribute`
AND al.`id_lang` = 1
)
WHERE
pa.`id_product` = 2796
ORDER BY
a.`position` ASC |
0.150
ms
|
1 |
Yes
|
|
/override/classes/Product.php:28
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 20 |
SELECT SQL_NO_CACHE name, alias FROM `razgl_hook_alias` |
0.150
ms
|
86 |
|
|
/classes/Hook.php:351
/classes/Hook.php:151 (getCanonicalHookNames)
/classes/Hook.php:378 (normalizeHookName)
/classes/Hook.php:400 (getAllKnownNames)
/classes/Hook.php:1100 (isHookCallableOn)
/classes/Dispatcher.php:575 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 462 |
SELECT SQL_NO_CACHE public_key, newsletter_form
FROM razgl_dfdrecaptcha_config
WHERE id_shop = 1 LIMIT 1 |
0.149
ms
|
2 |
|
|
/override/modules/ps_emailsubscription/ps_emailsubscription.php:30
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/b8/9e/ee/b89eeebc245f47cf34f972a47a4c50d6dce7cd43_2.file.footer.tpl.php:28 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003bcf198_12538066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/09/38/bb/0938bb560688a406b6577e2a409b774c335a3e1a_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003bcbf68_10956641)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:490 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:150 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 123 |
SELECT SQL_NO_CACHE DISTINCT
a.`id_attribute`,
al.`name`
FROM
`razgl_product_attribute` pa
INNER JOIN
`razgl_product_attribute_shop` pas
ON (
pas.`id_product_attribute` = pa.`id_product_attribute`
AND pas.`id_shop` = 1
)
INNER JOIN
`razgl_product_attribute_combination` pac
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN
`razgl_attribute` a
ON (
a.`id_attribute` = pac.`id_attribute`
AND a.`id_attribute_group` = 1
)
INNER JOIN
`razgl_attribute_lang` al
ON (
al.`id_attribute` = a.`id_attribute`
AND al.`id_lang` = 1
)
WHERE
pa.`id_product` = 2511
ORDER BY
a.`position` ASC |
0.148
ms
|
1 |
Yes
|
|
/override/classes/Product.php:28
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 150 |
SELECT SQL_NO_CACHE DISTINCT
a.`id_attribute`,
al.`name`
FROM
`razgl_product_attribute` pa
INNER JOIN
`razgl_product_attribute_shop` pas
ON (
pas.`id_product_attribute` = pa.`id_product_attribute`
AND pas.`id_shop` = 1
)
INNER JOIN
`razgl_product_attribute_combination` pac
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN
`razgl_attribute` a
ON (
a.`id_attribute` = pac.`id_attribute`
AND a.`id_attribute_group` = 1
)
INNER JOIN
`razgl_attribute_lang` al
ON (
al.`id_attribute` = a.`id_attribute`
AND al.`id_lang` = 1
)
WHERE
pa.`id_product` = 2608
ORDER BY
a.`position` ASC |
0.148
ms
|
1 |
Yes
|
|
/override/classes/Product.php:28
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 213 |
SELECT SQL_NO_CACHE DISTINCT
a.`id_attribute`,
al.`name`
FROM
`razgl_product_attribute` pa
INNER JOIN
`razgl_product_attribute_shop` pas
ON (
pas.`id_product_attribute` = pa.`id_product_attribute`
AND pas.`id_shop` = 1
)
INNER JOIN
`razgl_product_attribute_combination` pac
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN
`razgl_attribute` a
ON (
a.`id_attribute` = pac.`id_attribute`
AND a.`id_attribute_group` = 1
)
INNER JOIN
`razgl_attribute_lang` al
ON (
al.`id_attribute` = a.`id_attribute`
AND al.`id_lang` = 1
)
WHERE
pa.`id_product` = 2304
ORDER BY
a.`position` ASC |
0.147
ms
|
1 |
Yes
|
|
/override/classes/Product.php:28
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 240 |
SELECT SQL_NO_CACHE DISTINCT
a.`id_attribute`,
al.`name`
FROM
`razgl_product_attribute` pa
INNER JOIN
`razgl_product_attribute_shop` pas
ON (
pas.`id_product_attribute` = pa.`id_product_attribute`
AND pas.`id_shop` = 1
)
INNER JOIN
`razgl_product_attribute_combination` pac
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN
`razgl_attribute` a
ON (
a.`id_attribute` = pac.`id_attribute`
AND a.`id_attribute_group` = 1
)
INNER JOIN
`razgl_attribute_lang` al
ON (
al.`id_attribute` = a.`id_attribute`
AND al.`id_lang` = 1
)
WHERE
pa.`id_product` = 2310
ORDER BY
a.`position` ASC |
0.147
ms
|
1 |
Yes
|
|
/override/classes/Product.php:28
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 315 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2513) AND (b.`id_shop` = 1) LIMIT 1 |
0.147
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 331 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2897) AND (b.`id_shop` = 1) LIMIT 1 |
0.147
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 347 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2579) AND (b.`id_shop` = 1) LIMIT 1 |
0.147
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 371 |
SELECT SQL_NO_CACHE * FROM `razgl_whatsappchatblock` LEFT JOIN `razgl_whatsappchatblock_lang` ON (`razgl_whatsappchatblock`.`id_whatsappchatblock` = `razgl_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayNav2" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.147
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:626 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:429 (displayBlock)
/classes/Hook.php:1218 (hookDisplayNav2)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:59 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 345 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2577) AND (b.`id_shop` = 1) LIMIT 1 |
0.146
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 321 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2610) AND (b.`id_shop` = 1) LIMIT 1 |
0.145
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 337 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2306) AND (b.`id_shop` = 1) LIMIT 1 |
0.145
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 77 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `razgl_feature_value` v LEFT JOIN `razgl_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `razgl_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 13 ORDER BY vl.`value` ASC |
0.144
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:221
/modules/ps_facetedsearch/src/Filters/Block.php:863 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:219 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:334 (runQuery)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 141 |
SELECT SQL_NO_CACHE DISTINCT
a.`id_attribute`,
al.`name`
FROM
`razgl_product_attribute` pa
INNER JOIN
`razgl_product_attribute_shop` pas
ON (
pas.`id_product_attribute` = pa.`id_product_attribute`
AND pas.`id_shop` = 1
)
INNER JOIN
`razgl_product_attribute_combination` pac
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN
`razgl_attribute` a
ON (
a.`id_attribute` = pac.`id_attribute`
AND a.`id_attribute_group` = 1
)
INNER JOIN
`razgl_attribute_lang` al
ON (
al.`id_attribute` = a.`id_attribute`
AND al.`id_lang` = 1
)
WHERE
pa.`id_product` = 2515
ORDER BY
a.`position` ASC |
0.143
ms
|
1 |
Yes
|
|
/override/classes/Product.php:28
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 294 |
SELECT SQL_NO_CACHE DISTINCT
a.`id_attribute`,
al.`name`
FROM
`razgl_product_attribute` pa
INNER JOIN
`razgl_product_attribute_shop` pas
ON (
pas.`id_product_attribute` = pa.`id_product_attribute`
AND pas.`id_shop` = 1
)
INNER JOIN
`razgl_product_attribute_combination` pac
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN
`razgl_attribute` a
ON (
a.`id_attribute` = pac.`id_attribute`
AND a.`id_attribute_group` = 1
)
INNER JOIN
`razgl_attribute_lang` al
ON (
al.`id_attribute` = a.`id_attribute`
AND al.`id_lang` = 1
)
WHERE
pa.`id_product` = 2648
ORDER BY
a.`position` ASC |
0.143
ms
|
1 |
Yes
|
|
/override/classes/Product.php:28
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 366 |
SELECT SQL_NO_CACHE `id_module` FROM `razgl_module_shop` WHERE `id_module` = 14 AND `id_shop` = 1 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/module/Module.php:2262
/classes/Hook.php:1224 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:59 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 329 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2635) AND (b.`id_shop` = 1) LIMIT 1 |
0.142
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 385 |
SELECT SQL_NO_CACHE * FROM `razgl_whatsappchatblock` LEFT JOIN `razgl_whatsappchatblock_lang` ON (`razgl_whatsappchatblock`.`id_whatsappchatblock` = `razgl_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "leftcolumn" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.142
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:626 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:373 (displayBlock)
/classes/Hook.php:1218 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 303 |
SELECT SQL_NO_CACHE DISTINCT
a.`id_attribute`,
al.`name`
FROM
`razgl_product_attribute` pa
INNER JOIN
`razgl_product_attribute_shop` pas
ON (
pas.`id_product_attribute` = pa.`id_product_attribute`
AND pas.`id_shop` = 1
)
INNER JOIN
`razgl_product_attribute_combination` pac
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN
`razgl_attribute` a
ON (
a.`id_attribute` = pac.`id_attribute`
AND a.`id_attribute_group` = 1
)
INNER JOIN
`razgl_attribute_lang` al
ON (
al.`id_attribute` = a.`id_attribute`
AND al.`id_lang` = 1
)
WHERE
pa.`id_product` = 3165
ORDER BY
a.`position` ASC |
0.141
ms
|
1 |
Yes
|
|
/override/classes/Product.php:28
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 132 |
SELECT SQL_NO_CACHE DISTINCT
a.`id_attribute`,
al.`name`
FROM
`razgl_product_attribute` pa
INNER JOIN
`razgl_product_attribute_shop` pas
ON (
pas.`id_product_attribute` = pa.`id_product_attribute`
AND pas.`id_shop` = 1
)
INNER JOIN
`razgl_product_attribute_combination` pac
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN
`razgl_attribute` a
ON (
a.`id_attribute` = pac.`id_attribute`
AND a.`id_attribute_group` = 1
)
INNER JOIN
`razgl_attribute_lang` al
ON (
al.`id_attribute` = a.`id_attribute`
AND al.`id_lang` = 1
)
WHERE
pa.`id_product` = 2513
ORDER BY
a.`position` ASC |
0.141
ms
|
1 |
Yes
|
|
/override/classes/Product.php:28
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 400 |
SELECT SQL_NO_CACHE fp.`id_product`,
fp.`id_feature`,
COALESCE(NULLIF(fvl.`value`, ''), fvld.`value`) AS `value`,
dfd.`color`,
dfd.`text_color`,
dfd.`image`
FROM `razgl_feature_product` fp
LEFT JOIN `razgl_feature_value_lang` fvl
ON (fp.`id_feature_value` = fvl.`id_feature_value`
AND fvl.`id_lang` = 1)
LEFT JOIN `razgl_feature_value_lang` fvld
ON (fp.`id_feature_value` = fvld.`id_feature_value`
AND fvld.`id_lang` = 1)
LEFT JOIN `razgl_dfdproductvariants_feature_value` dfd
ON (fp.`id_feature_value` = dfd.`id_feature_value`)
WHERE fp.`id_product` IN (2512,2513)
AND fp.`id_feature` IN (13,5)
ORDER BY fp.`id_product` ASC, fp.`id_feature` ASC, fp.`id_feature_value` ASC |
0.141
ms
|
4 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsFeatureValue.php:110
/modules/dfdproductvariants/classes/ProductVariantsManager.php:390 (getProductValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:248 (getProductFeatureValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 285 |
SELECT SQL_NO_CACHE DISTINCT
a.`id_attribute`,
al.`name`
FROM
`razgl_product_attribute` pa
INNER JOIN
`razgl_product_attribute_shop` pas
ON (
pas.`id_product_attribute` = pa.`id_product_attribute`
AND pas.`id_shop` = 1
)
INNER JOIN
`razgl_product_attribute_combination` pac
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN
`razgl_attribute` a
ON (
a.`id_attribute` = pac.`id_attribute`
AND a.`id_attribute_group` = 1
)
INNER JOIN
`razgl_attribute_lang` al
ON (
al.`id_attribute` = a.`id_attribute`
AND al.`id_lang` = 1
)
WHERE
pa.`id_product` = 2581
ORDER BY
a.`position` ASC |
0.140
ms
|
1 |
Yes
|
|
/override/classes/Product.php:28
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 430 |
SELECT SQL_NO_CACHE fp.`id_product`,
fp.`id_feature`,
COALESCE(NULLIF(fvl.`value`, ''), fvld.`value`) AS `value`,
dfd.`color`,
dfd.`text_color`,
dfd.`image`
FROM `razgl_feature_product` fp
LEFT JOIN `razgl_feature_value_lang` fvl
ON (fp.`id_feature_value` = fvl.`id_feature_value`
AND fvl.`id_lang` = 1)
LEFT JOIN `razgl_feature_value_lang` fvld
ON (fp.`id_feature_value` = fvld.`id_feature_value`
AND fvld.`id_lang` = 1)
LEFT JOIN `razgl_dfdproductvariants_feature_value` dfd
ON (fp.`id_feature_value` = dfd.`id_feature_value`)
WHERE fp.`id_product` IN (821,2305)
AND fp.`id_feature` IN (13,5)
ORDER BY fp.`id_product` ASC, fp.`id_feature` ASC, fp.`id_feature_value` ASC |
0.140
ms
|
4 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsFeatureValue.php:110
/modules/dfdproductvariants/classes/ProductVariantsManager.php:390 (getProductValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:248 (getProductFeatureValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 231 |
SELECT SQL_NO_CACHE DISTINCT
a.`id_attribute`,
al.`name`
FROM
`razgl_product_attribute` pa
INNER JOIN
`razgl_product_attribute_shop` pas
ON (
pas.`id_product_attribute` = pa.`id_product_attribute`
AND pas.`id_shop` = 1
)
INNER JOIN
`razgl_product_attribute_combination` pac
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN
`razgl_attribute` a
ON (
a.`id_attribute` = pac.`id_attribute`
AND a.`id_attribute_group` = 1
)
INNER JOIN
`razgl_attribute_lang` al
ON (
al.`id_attribute` = a.`id_attribute`
AND al.`id_lang` = 1
)
WHERE
pa.`id_product` = 2306
ORDER BY
a.`position` ASC |
0.140
ms
|
1 |
Yes
|
|
/override/classes/Product.php:28
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 249 |
SELECT SQL_NO_CACHE DISTINCT
a.`id_attribute`,
al.`name`
FROM
`razgl_product_attribute` pa
INNER JOIN
`razgl_product_attribute_shop` pas
ON (
pas.`id_product_attribute` = pa.`id_product_attribute`
AND pas.`id_shop` = 1
)
INNER JOIN
`razgl_product_attribute_combination` pac
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN
`razgl_attribute` a
ON (
a.`id_attribute` = pac.`id_attribute`
AND a.`id_attribute_group` = 1
)
INNER JOIN
`razgl_attribute_lang` al
ON (
al.`id_attribute` = a.`id_attribute`
AND al.`id_lang` = 1
)
WHERE
pa.`id_product` = 2313
ORDER BY
a.`position` ASC |
0.140
ms
|
1 |
Yes
|
|
/override/classes/Product.php:28
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 267 |
SELECT SQL_NO_CACHE DISTINCT
a.`id_attribute`,
al.`name`
FROM
`razgl_product_attribute` pa
INNER JOIN
`razgl_product_attribute_shop` pas
ON (
pas.`id_product_attribute` = pa.`id_product_attribute`
AND pas.`id_shop` = 1
)
INNER JOIN
`razgl_product_attribute_combination` pac
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN
`razgl_attribute` a
ON (
a.`id_attribute` = pac.`id_attribute`
AND a.`id_attribute_group` = 1
)
INNER JOIN
`razgl_attribute_lang` al
ON (
al.`id_attribute` = a.`id_attribute`
AND al.`id_lang` = 1
)
WHERE
pa.`id_product` = 2577
ORDER BY
a.`position` ASC |
0.140
ms
|
1 |
Yes
|
|
/override/classes/Product.php:28
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 222 |
SELECT SQL_NO_CACHE DISTINCT
a.`id_attribute`,
al.`name`
FROM
`razgl_product_attribute` pa
INNER JOIN
`razgl_product_attribute_shop` pas
ON (
pas.`id_product_attribute` = pa.`id_product_attribute`
AND pas.`id_shop` = 1
)
INNER JOIN
`razgl_product_attribute_combination` pac
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN
`razgl_attribute` a
ON (
a.`id_attribute` = pac.`id_attribute`
AND a.`id_attribute_group` = 1
)
INNER JOIN
`razgl_attribute_lang` al
ON (
al.`id_attribute` = a.`id_attribute`
AND al.`id_lang` = 1
)
WHERE
pa.`id_product` = 2305
ORDER BY
a.`position` ASC |
0.139
ms
|
1 |
Yes
|
|
/override/classes/Product.php:28
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 440 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 807) AND (b.`id_shop` = 1) LIMIT 1 |
0.138
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:184 (getProductObject)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:328 (getProductLink)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 443 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2574) AND (b.`id_shop` = 1) LIMIT 1 |
0.138
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:184 (getProductObject)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:328 (getProductLink)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 310 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `razgl_image` i
INNER JOIN razgl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `razgl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2796
ORDER BY `position` |
0.138
ms
|
3 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 69 |
SELECT SQL_NO_CACHE *
FROM `razgl_category` a
LEFT JOIN `razgl_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 127) LIMIT 1 |
0.137
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/override/classes/Category.php:28 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:393 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:131 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:177 (initSearch)
/classes/controller/ProductListingFrontController.php:334 (runQuery)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 403 |
SELECT SQL_NO_CACHE fp.`id_product`,
fp.`id_feature`,
COALESCE(NULLIF(fvl.`value`, ''), fvld.`value`) AS `value`,
dfd.`color`,
dfd.`text_color`,
dfd.`image`
FROM `razgl_feature_product` fp
LEFT JOIN `razgl_feature_value_lang` fvl
ON (fp.`id_feature_value` = fvl.`id_feature_value`
AND fvl.`id_lang` = 1)
LEFT JOIN `razgl_feature_value_lang` fvld
ON (fp.`id_feature_value` = fvld.`id_feature_value`
AND fvld.`id_lang` = 1)
LEFT JOIN `razgl_dfdproductvariants_feature_value` dfd
ON (fp.`id_feature_value` = dfd.`id_feature_value`)
WHERE fp.`id_product` IN (2514,2515)
AND fp.`id_feature` IN (13,5)
ORDER BY fp.`id_product` ASC, fp.`id_feature` ASC, fp.`id_feature_value` ASC |
0.137
ms
|
4 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsFeatureValue.php:110
/modules/dfdproductvariants/classes/ProductVariantsManager.php:390 (getProductValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:248 (getProductFeatureValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 168 |
SELECT SQL_NO_CACHE DISTINCT
a.`id_attribute`,
al.`name`
FROM
`razgl_product_attribute` pa
INNER JOIN
`razgl_product_attribute_shop` pas
ON (
pas.`id_product_attribute` = pa.`id_product_attribute`
AND pas.`id_shop` = 1
)
INNER JOIN
`razgl_product_attribute_combination` pac
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN
`razgl_attribute` a
ON (
a.`id_attribute` = pac.`id_attribute`
AND a.`id_attribute_group` = 1
)
INNER JOIN
`razgl_attribute_lang` al
ON (
al.`id_attribute` = a.`id_attribute`
AND al.`id_lang` = 1
)
WHERE
pa.`id_product` = 2612
ORDER BY
a.`position` ASC |
0.136
ms
|
1 |
Yes
|
|
/override/classes/Product.php:28
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 433 |
SELECT SQL_NO_CACHE fp.`id_product`,
fp.`id_feature`,
COALESCE(NULLIF(fvl.`value`, ''), fvld.`value`) AS `value`,
dfd.`color`,
dfd.`text_color`,
dfd.`image`
FROM `razgl_feature_product` fp
LEFT JOIN `razgl_feature_value_lang` fvl
ON (fp.`id_feature_value` = fvl.`id_feature_value`
AND fvl.`id_lang` = 1)
LEFT JOIN `razgl_feature_value_lang` fvld
ON (fp.`id_feature_value` = fvld.`id_feature_value`
AND fvld.`id_lang` = 1)
LEFT JOIN `razgl_dfdproductvariants_feature_value` dfd
ON (fp.`id_feature_value` = dfd.`id_feature_value`)
WHERE fp.`id_product` IN (849,2306)
AND fp.`id_feature` IN (13,5)
ORDER BY fp.`id_product` ASC, fp.`id_feature` ASC, fp.`id_feature_value` ASC |
0.136
ms
|
4 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsFeatureValue.php:110
/modules/dfdproductvariants/classes/ProductVariantsManager.php:390 (getProductValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:248 (getProductFeatureValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 454 |
SELECT SQL_NO_CACHE fp.`id_product`,
fp.`id_feature`,
COALESCE(NULLIF(fvl.`value`, ''), fvld.`value`) AS `value`,
dfd.`color`,
dfd.`text_color`,
dfd.`image`
FROM `razgl_feature_product` fp
LEFT JOIN `razgl_feature_value_lang` fvl
ON (fp.`id_feature_value` = fvl.`id_feature_value`
AND fvl.`id_lang` = 1)
LEFT JOIN `razgl_feature_value_lang` fvld
ON (fp.`id_feature_value` = fvld.`id_feature_value`
AND fvld.`id_lang` = 1)
LEFT JOIN `razgl_dfdproductvariants_feature_value` dfd
ON (fp.`id_feature_value` = dfd.`id_feature_value`)
WHERE fp.`id_product` IN (2650,2648)
AND fp.`id_feature` IN (13,5)
ORDER BY fp.`id_product` ASC, fp.`id_feature` ASC, fp.`id_feature_value` ASC |
0.136
ms
|
4 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsFeatureValue.php:110
/modules/dfdproductvariants/classes/ProductVariantsManager.php:390 (getProductValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:248 (getProductFeatureValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 258 |
SELECT SQL_NO_CACHE DISTINCT
a.`id_attribute`,
al.`name`
FROM
`razgl_product_attribute` pa
INNER JOIN
`razgl_product_attribute_shop` pas
ON (
pas.`id_product_attribute` = pa.`id_product_attribute`
AND pas.`id_shop` = 1
)
INNER JOIN
`razgl_product_attribute_combination` pac
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN
`razgl_attribute` a
ON (
a.`id_attribute` = pac.`id_attribute`
AND a.`id_attribute_group` = 1
)
INNER JOIN
`razgl_attribute_lang` al
ON (
al.`id_attribute` = a.`id_attribute`
AND al.`id_lang` = 1
)
WHERE
pa.`id_product` = 2575
ORDER BY
a.`position` ASC |
0.135
ms
|
1 |
Yes
|
|
/override/classes/Product.php:28
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 409 |
SELECT SQL_NO_CACHE fp.`id_product`,
fp.`id_feature`,
COALESCE(NULLIF(fvl.`value`, ''), fvld.`value`) AS `value`,
dfd.`color`,
dfd.`text_color`,
dfd.`image`
FROM `razgl_feature_product` fp
LEFT JOIN `razgl_feature_value_lang` fvl
ON (fp.`id_feature_value` = fvl.`id_feature_value`
AND fvl.`id_lang` = 1)
LEFT JOIN `razgl_feature_value_lang` fvld
ON (fp.`id_feature_value` = fvld.`id_feature_value`
AND fvld.`id_lang` = 1)
LEFT JOIN `razgl_dfdproductvariants_feature_value` dfd
ON (fp.`id_feature_value` = dfd.`id_feature_value`)
WHERE fp.`id_product` IN (2609,2610)
AND fp.`id_feature` IN (13,5)
ORDER BY fp.`id_product` ASC, fp.`id_feature` ASC, fp.`id_feature_value` ASC |
0.135
ms
|
4 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsFeatureValue.php:110
/modules/dfdproductvariants/classes/ProductVariantsManager.php:390 (getProductValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:248 (getProductFeatureValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 467 |
SELECT SQL_NO_CACHE * FROM `razgl_whatsappchatblock` LEFT JOIN `razgl_whatsappchatblock_lang` ON (`razgl_whatsappchatblock`.`id_whatsappchatblock` = `razgl_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "bottomWidth" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.135
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:626 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:337 (displayBlock)
/classes/Hook.php:1218 (hookDisplayFooter)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/b8/9e/ee/b89eeebc245f47cf34f972a47a4c50d6dce7cd43_2.file.footer.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/b8/9e/ee/b89eeebc245f47cf34f972a47a4c50d6dce7cd43_2.file.footer.tpl.php:47 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003bcf198_12538066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/09/38/bb/0938bb560688a406b6577e2a409b774c335a3e1a_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003bcbf68_10956641)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:490 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:150 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 415 |
SELECT SQL_NO_CACHE fp.`id_product`,
fp.`id_feature`,
COALESCE(NULLIF(fvl.`value`, ''), fvld.`value`) AS `value`,
dfd.`color`,
dfd.`text_color`,
dfd.`image`
FROM `razgl_feature_product` fp
LEFT JOIN `razgl_feature_value_lang` fvl
ON (fp.`id_feature_value` = fvl.`id_feature_value`
AND fvl.`id_lang` = 1)
LEFT JOIN `razgl_feature_value_lang` fvld
ON (fp.`id_feature_value` = fvld.`id_feature_value`
AND fvld.`id_lang` = 1)
LEFT JOIN `razgl_dfdproductvariants_feature_value` dfd
ON (fp.`id_feature_value` = dfd.`id_feature_value`)
WHERE fp.`id_product` IN (2613,2614)
AND fp.`id_feature` IN (13,5)
ORDER BY fp.`id_product` ASC, fp.`id_feature` ASC, fp.`id_feature_value` ASC |
0.134
ms
|
4 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsFeatureValue.php:110
/modules/dfdproductvariants/classes/ProductVariantsManager.php:390 (getProductValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:248 (getProductFeatureValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 445 |
SELECT SQL_NO_CACHE fp.`id_product`,
fp.`id_feature`,
COALESCE(NULLIF(fvl.`value`, ''), fvld.`value`) AS `value`,
dfd.`color`,
dfd.`text_color`,
dfd.`image`
FROM `razgl_feature_product` fp
LEFT JOIN `razgl_feature_value_lang` fvl
ON (fp.`id_feature_value` = fvl.`id_feature_value`
AND fvl.`id_lang` = 1)
LEFT JOIN `razgl_feature_value_lang` fvld
ON (fp.`id_feature_value` = fvld.`id_feature_value`
AND fvld.`id_lang` = 1)
LEFT JOIN `razgl_dfdproductvariants_feature_value` dfd
ON (fp.`id_feature_value` = dfd.`id_feature_value`)
WHERE fp.`id_product` IN (2576,2577)
AND fp.`id_feature` IN (13,5)
ORDER BY fp.`id_product` ASC, fp.`id_feature` ASC, fp.`id_feature_value` ASC |
0.133
ms
|
4 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsFeatureValue.php:110
/modules/dfdproductvariants/classes/ProductVariantsManager.php:390 (getProductValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:248 (getProductFeatureValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 448 |
SELECT SQL_NO_CACHE fp.`id_product`,
fp.`id_feature`,
COALESCE(NULLIF(fvl.`value`, ''), fvld.`value`) AS `value`,
dfd.`color`,
dfd.`text_color`,
dfd.`image`
FROM `razgl_feature_product` fp
LEFT JOIN `razgl_feature_value_lang` fvl
ON (fp.`id_feature_value` = fvl.`id_feature_value`
AND fvl.`id_lang` = 1)
LEFT JOIN `razgl_feature_value_lang` fvld
ON (fp.`id_feature_value` = fvld.`id_feature_value`
AND fvld.`id_lang` = 1)
LEFT JOIN `razgl_dfdproductvariants_feature_value` dfd
ON (fp.`id_feature_value` = dfd.`id_feature_value`)
WHERE fp.`id_product` IN (2578,2579)
AND fp.`id_feature` IN (13,5)
ORDER BY fp.`id_product` ASC, fp.`id_feature` ASC, fp.`id_feature_value` ASC |
0.132
ms
|
4 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsFeatureValue.php:110
/modules/dfdproductvariants/classes/ProductVariantsManager.php:390 (getProductValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:248 (getProductFeatureValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 449 |
SELECT SQL_NO_CACHE *
FROM `razgl_product` a
LEFT JOIN `razgl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `razgl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2578) AND (b.`id_shop` = 1) LIMIT 1 |
0.132
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Product.php:685 (__construct)
/classes/Link.php:94 (__construct)
/classes/Link.php:184 (getProductObject)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:328 (getProductLink)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 412 |
SELECT SQL_NO_CACHE fp.`id_product`,
fp.`id_feature`,
COALESCE(NULLIF(fvl.`value`, ''), fvld.`value`) AS `value`,
dfd.`color`,
dfd.`text_color`,
dfd.`image`
FROM `razgl_feature_product` fp
LEFT JOIN `razgl_feature_value_lang` fvl
ON (fp.`id_feature_value` = fvl.`id_feature_value`
AND fvl.`id_lang` = 1)
LEFT JOIN `razgl_feature_value_lang` fvld
ON (fp.`id_feature_value` = fvld.`id_feature_value`
AND fvld.`id_lang` = 1)
LEFT JOIN `razgl_dfdproductvariants_feature_value` dfd
ON (fp.`id_feature_value` = dfd.`id_feature_value`)
WHERE fp.`id_product` IN (2611,2612)
AND fp.`id_feature` IN (13,5)
ORDER BY fp.`id_product` ASC, fp.`id_feature` ASC, fp.`id_feature_value` ASC |
0.131
ms
|
4 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsFeatureValue.php:110
/modules/dfdproductvariants/classes/ProductVariantsManager.php:390 (getProductValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:248 (getProductFeatureValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 442 |
SELECT SQL_NO_CACHE fp.`id_product`,
fp.`id_feature`,
COALESCE(NULLIF(fvl.`value`, ''), fvld.`value`) AS `value`,
dfd.`color`,
dfd.`text_color`,
dfd.`image`
FROM `razgl_feature_product` fp
LEFT JOIN `razgl_feature_value_lang` fvl
ON (fp.`id_feature_value` = fvl.`id_feature_value`
AND fvl.`id_lang` = 1)
LEFT JOIN `razgl_feature_value_lang` fvld
ON (fp.`id_feature_value` = fvld.`id_feature_value`
AND fvld.`id_lang` = 1)
LEFT JOIN `razgl_dfdproductvariants_feature_value` dfd
ON (fp.`id_feature_value` = dfd.`id_feature_value`)
WHERE fp.`id_product` IN (2574,2575)
AND fp.`id_feature` IN (13,5)
ORDER BY fp.`id_product` ASC, fp.`id_feature` ASC, fp.`id_feature_value` ASC |
0.131
ms
|
4 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsFeatureValue.php:110
/modules/dfdproductvariants/classes/ProductVariantsManager.php:390 (getProductValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:248 (getProductFeatureValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 439 |
SELECT SQL_NO_CACHE fp.`id_product`,
fp.`id_feature`,
COALESCE(NULLIF(fvl.`value`, ''), fvld.`value`) AS `value`,
dfd.`color`,
dfd.`text_color`,
dfd.`image`
FROM `razgl_feature_product` fp
LEFT JOIN `razgl_feature_value_lang` fvl
ON (fp.`id_feature_value` = fvl.`id_feature_value`
AND fvl.`id_lang` = 1)
LEFT JOIN `razgl_feature_value_lang` fvld
ON (fp.`id_feature_value` = fvld.`id_feature_value`
AND fvld.`id_lang` = 1)
LEFT JOIN `razgl_dfdproductvariants_feature_value` dfd
ON (fp.`id_feature_value` = dfd.`id_feature_value`)
WHERE fp.`id_product` IN (807,2313)
AND fp.`id_feature` IN (13,5)
ORDER BY fp.`id_product` ASC, fp.`id_feature` ASC, fp.`id_feature_value` ASC |
0.130
ms
|
4 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsFeatureValue.php:110
/modules/dfdproductvariants/classes/ProductVariantsManager.php:390 (getProductValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:248 (getProductFeatureValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 436 |
SELECT SQL_NO_CACHE fp.`id_product`,
fp.`id_feature`,
COALESCE(NULLIF(fvl.`value`, ''), fvld.`value`) AS `value`,
dfd.`color`,
dfd.`text_color`,
dfd.`image`
FROM `razgl_feature_product` fp
LEFT JOIN `razgl_feature_value_lang` fvl
ON (fp.`id_feature_value` = fvl.`id_feature_value`
AND fvl.`id_lang` = 1)
LEFT JOIN `razgl_feature_value_lang` fvld
ON (fp.`id_feature_value` = fvld.`id_feature_value`
AND fvld.`id_lang` = 1)
LEFT JOIN `razgl_dfdproductvariants_feature_value` dfd
ON (fp.`id_feature_value` = dfd.`id_feature_value`)
WHERE fp.`id_product` IN (806,2310)
AND fp.`id_feature` IN (13,5)
ORDER BY fp.`id_product` ASC, fp.`id_feature` ASC, fp.`id_feature_value` ASC |
0.130
ms
|
4 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsFeatureValue.php:110
/modules/dfdproductvariants/classes/ProductVariantsManager.php:390 (getProductValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:248 (getProductFeatureValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 451 |
SELECT SQL_NO_CACHE fp.`id_product`,
fp.`id_feature`,
COALESCE(NULLIF(fvl.`value`, ''), fvld.`value`) AS `value`,
dfd.`color`,
dfd.`text_color`,
dfd.`image`
FROM `razgl_feature_product` fp
LEFT JOIN `razgl_feature_value_lang` fvl
ON (fp.`id_feature_value` = fvl.`id_feature_value`
AND fvl.`id_lang` = 1)
LEFT JOIN `razgl_feature_value_lang` fvld
ON (fp.`id_feature_value` = fvld.`id_feature_value`
AND fvld.`id_lang` = 1)
LEFT JOIN `razgl_dfdproductvariants_feature_value` dfd
ON (fp.`id_feature_value` = dfd.`id_feature_value`)
WHERE fp.`id_product` IN (2580,2581)
AND fp.`id_feature` IN (13,5)
ORDER BY fp.`id_product` ASC, fp.`id_feature` ASC, fp.`id_feature_value` ASC |
0.129
ms
|
4 |
|
|
/modules/dfdproductvariants/classes/ProductVariantsFeatureValue.php:110
/modules/dfdproductvariants/classes/ProductVariantsManager.php:390 (getProductValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:248 (getProductFeatureValues)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:90 (loadGroup)
/modules/dfdproductvariants/classes/ProductVariantsManager.php:51 (getProductVariants)
/modules/dfdproductvariants/dfdproductvariants.php:417 (renderVariants)
/classes/Hook.php:1218 (hookDisplayDfdProductVariantsMiniature)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/8b/12/74/8b12746842154e7ae6de5b65e512eba8050175b0_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0279a04a6_48537986)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/e8/d8/d6/e8d8d6452d41ed3232d470d93b08f61062a05a1d_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd027993c43_03994687)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/97/3e/bc/973ebc0f3b3fa4693459718b4120a770d698f837_2.file.productlist.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798ee15_41161206)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ee/59/1f/ee591ff65ad0c185eee2235245c45cfe5a4da0a2_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02798be59_58750015)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:60 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 182 |
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 `razgl_product` p
INNER JOIN `razgl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `razgl_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` = 2616) |
0.127
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 352 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `razgl_image` i
INNER JOIN razgl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `razgl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2648
ORDER BY `position` |
0.125
ms
|
2 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 357 |
SELECT SQL_NO_CACHE `value` FROM razgl_ce_meta WHERE `id` = 1010000 AND `name` = "_elementor_css" LIMIT 1 |
0.124
ms
|
3 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:283
/modules/creativeelements/core/files/css/post.php:134 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:200 (loadMeta)
/modules/creativeelements/core/files/css/base.php:186 (getMeta)
/modules/creativeelements/modules/theme/files/css/kit.php:56 (enqueue)
/modules/creativeelements/core/kits/manager.php:119 (enqueue)
/modules/creativeelements/creativeelements.php:468 (frontendBeforeEnqueueStyles)
/classes/Hook.php:1218 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:1387 (exec)
/controllers/front/listing/CategoryController.php:185 (getLayout)
/classes/controller/FrontController.php:714 (getLayout)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 128 |
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 `razgl_product` p
INNER JOIN `razgl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `razgl_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` = 2513) |
0.122
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 101 |
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 `razgl_product` p
INNER JOIN `razgl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `razgl_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` = 2796) |
0.121
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 330 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `razgl_image` i
INNER JOIN razgl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `razgl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2635
ORDER BY `position` |
0.121
ms
|
5 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 340 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `razgl_image` i
INNER JOIN razgl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `razgl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2310
ORDER BY `position` |
0.121
ms
|
2 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 209 |
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 `razgl_product` p
INNER JOIN `razgl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `razgl_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` = 2304) |
0.121
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 119 |
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 `razgl_product` p
INNER JOIN `razgl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `razgl_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` = 2511) |
0.120
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 191 |
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 `razgl_product` p
INNER JOIN `razgl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `razgl_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` = 2635) |
0.119
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 363 |
SELECT SQL_NO_CACHE * FROM `razgl_whatsappchatblock` LEFT JOIN `razgl_whatsappchatblock_lang` ON (`razgl_whatsappchatblock`.`id_whatsappchatblock` = `razgl_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "topWidthSticky" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.119
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:626 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:401 (displayBlock)
/classes/Hook.php:1218 (hookDisplayAfterBodyOpeningTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:229 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 316 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `razgl_image` i
INNER JOIN razgl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `razgl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2513
ORDER BY `position` |
0.118
ms
|
2 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 324 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `razgl_image` i
INNER JOIN razgl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `razgl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2612
ORDER BY `position` |
0.118
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 344 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `razgl_image` i
INNER JOIN razgl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `razgl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2575
ORDER BY `position` |
0.118
ms
|
3 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 137 |
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 `razgl_product` p
INNER JOIN `razgl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `razgl_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` = 2515) |
0.117
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 146 |
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 `razgl_product` p
INNER JOIN `razgl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `razgl_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` = 2608) |
0.117
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 173 |
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 `razgl_product` p
INNER JOIN `razgl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `razgl_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` = 2614) |
0.117
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 236 |
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 `razgl_product` p
INNER JOIN `razgl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `razgl_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` = 2310) |
0.117
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 263 |
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 `razgl_product` p
INNER JOIN `razgl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `razgl_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` = 2577) |
0.117
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 348 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `razgl_image` i
INNER JOIN razgl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `razgl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2579
ORDER BY `position` |
0.117
ms
|
2 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 281 |
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 `razgl_product` p
INNER JOIN `razgl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `razgl_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` = 2581) |
0.116
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 381 |
SELECT SQL_NO_CACHE * FROM `razgl_whatsappchatblock` LEFT JOIN `razgl_whatsappchatblock_lang` ON (`razgl_whatsappchatblock`.`id_whatsappchatblock` = `razgl_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "top" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.116
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:626 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:393 (displayBlock)
/classes/Hook.php:1218 (hookDisplayTop)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/47/df/1e/47df1e2a20c5c41a6f758457a0d07be5d51e1d50_2.file.header.tpl.php:100 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/47/df/1e/47df1e2a20c5c41a6f758457a0d07be5d51e1d50_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003b1dd74_83729170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/42/cd/e9/42cde909f75643a47a02c28064575056df3f2740_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003b19e44_18119447)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:247 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 164 |
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 `razgl_product` p
INNER JOIN `razgl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `razgl_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` = 2612) |
0.115
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 346 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `razgl_image` i
INNER JOIN razgl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `razgl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2577
ORDER BY `position` |
0.114
ms
|
2 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 227 |
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 `razgl_product` p
INNER JOIN `razgl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `razgl_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` = 2306) |
0.114
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 200 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `razgl_product` p
INNER JOIN `razgl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `razgl_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` = 2897) |
0.113
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (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 `razgl_product` p
INNER JOIN `razgl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `razgl_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` = 2575) |
0.113
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 272 |
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 `razgl_product` p
INNER JOIN `razgl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `razgl_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` = 2579) |
0.113
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 155 |
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 `razgl_product` p
INNER JOIN `razgl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `razgl_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` = 2610) |
0.112
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 218 |
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 `razgl_product` p
INNER JOIN `razgl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `razgl_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` = 2305) |
0.112
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 245 |
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 `razgl_product` p
INNER JOIN `razgl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `razgl_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` = 2313) |
0.111
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 290 |
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 `razgl_product` p
INNER JOIN `razgl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `razgl_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` = 2648) |
0.111
ms
|
1 |
|
|
/classes/Product.php:3606
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 328 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `razgl_image` i
INNER JOIN razgl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `razgl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2616
ORDER BY `position` |
0.111
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 342 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `razgl_image` i
INNER JOIN razgl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `razgl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2313
ORDER BY `position` |
0.111
ms
|
2 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 322 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `razgl_image` i
INNER JOIN razgl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `razgl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2610
ORDER BY `position` |
0.110
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE *
FROM `razgl_currency` a
LEFT JOIN `razgl_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.110
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/classes/Currency.php:1069 (__construct)
/classes/Tools.php:688 (getCurrencyInstance)
/classes/controller/FrontController.php:331 (setCurrency)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 382 |
SELECT SQL_NO_CACHE c.id_contact FROM `razgl_ets_cfu_contact` c
INNER JOIN `razgl_ets_cfu_contact_shop` cs ON (c.id_contact= cs.id_contact)
LEFT JOIN `razgl_ets_cfu_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.110
ms
|
1 |
|
|
/modules/ets_cfultimate/classes/ETS_CFU_Contact.php:369
/modules/ets_cfultimate/ets_cfultimate.php:1412 (getContactsByHook)
/modules/ets_cfultimate/ets_cfultimate.php:1970 (getContactFormByHook)
/classes/Hook.php:1218 (hookDisplayTop)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/47/df/1e/47df1e2a20c5c41a6f758457a0d07be5d51e1d50_2.file.header.tpl.php:100 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/47/df/1e/47df1e2a20c5c41a6f758457a0d07be5d51e1d50_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003b1dd74_83729170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/42/cd/e9/42cde909f75643a47a02c28064575056df3f2740_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003b19e44_18119447)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:247 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 364 |
SELECT SQL_NO_CACHE * FROM `razgl_whatsappchatblock` LEFT JOIN `razgl_whatsappchatblock_lang` ON (`razgl_whatsappchatblock`.`id_whatsappchatblock` = `razgl_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayAfterBodyOpeningTag" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.109
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:626 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:403 (displayBlock)
/classes/Hook.php:1218 (hookDisplayAfterBodyOpeningTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:229 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 45 |
SELECT SQL_NO_CACHE `id_module` FROM `razgl_module` WHERE `name` = "ps_accounts" LIMIT 1 |
0.108
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:231
/src/Adapter/Module/ModuleDataProvider.php:203 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:291 (isInstalled)
/modules/ps_classic_edition/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83 (isInstalled)
/modules/ps_classic_edition/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44 (isModuleInstalled)
/modules/ps_classic_edition/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62 (getService)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Repository/PsAccountRepository.php:41 (getPsAccountsService)
/var/cache/dev/Ps_checkout9553FrontContainer.php:2186 (__construct)
/var/cache/dev/Ps_checkout9553FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_classic_edition/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1155 (getService)
/modules/ps_checkout/ps_checkout.php:1228 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1218 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:969 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 65 |
SELECT SQL_NO_CACHE `id_category`
FROM `razgl_category_shop`
WHERE `id_category` = 127
AND `id_shop` = 1 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Category.php:2434
/controllers/front/listing/CategoryController.php:162 (existsInShop)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 326 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `razgl_image` i
INNER JOIN razgl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `razgl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2614
ORDER BY `position` |
0.107
ms
|
1 |
Yes
|
|
/classes/Product.php:3262
/src/Adapter/Image/ImageRetriever.php:55 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 380 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `razgl_cart_product`
WHERE `id_cart` = 0 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/Cart.php:1388
/src/Adapter/Presenter/Cart/CartLazyArray.php:235 (getNbProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:244 (getProductsCount)
/var/cache/dev/smarty/compile/dfd_jorgerevilla/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php:27 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003bb0ef0_34675475)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2412 (fetch)
/modules/ps_shoppingcart/ps_shoppingcart.php:136 (fetch)
/classes/Hook.php:1229 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/47/df/1e/47df1e2a20c5c41a6f758457a0d07be5d51e1d50_2.file.header.tpl.php:100 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/47/df/1e/47df1e2a20c5c41a6f758457a0d07be5d51e1d50_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003b1dd74_83729170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/42/cd/e9/42cde909f75643a47a02c28064575056df3f2740_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003b19e44_18119447)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:247 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM razgl_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:158
/classes/shop/ShopUrl.php:178 (cacheMainDomainForShop)
/classes/Tools.php:272 (getMainShopDomain)
/classes/Link.php:45 (getShopDomain)
/override/classes/Link.php:53 (__construct)
/config/config.inc.php:266 (__construct)
/index.php:20 (require_once)
|
| 468 |
SELECT SQL_NO_CACHE * FROM `razgl_whatsappchatblock` LEFT JOIN `razgl_whatsappchatblock_lang` ON (`razgl_whatsappchatblock`.`id_whatsappchatblock` = `razgl_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayFooter" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.104
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:626 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:341 (displayBlock)
/classes/Hook.php:1218 (hookDisplayFooter)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/b8/9e/ee/b89eeebc245f47cf34f972a47a4c50d6dce7cd43_2.file.footer.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/b8/9e/ee/b89eeebc245f47cf34f972a47a4c50d6dce7cd43_2.file.footer.tpl.php:47 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003bcf198_12538066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/09/38/bb/0938bb560688a406b6577e2a409b774c335a3e1a_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003bcbf68_10956641)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:490 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:150 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 469 |
SELECT SQL_NO_CACHE c.id_contact FROM `razgl_ets_cfu_contact` c
INNER JOIN `razgl_ets_cfu_contact_shop` cs ON (c.id_contact= cs.id_contact)
LEFT JOIN `razgl_ets_cfu_contact_lang` cl on (c.id_contact= cl.id_contact AND cl.id_lang="1")
WHERE c.active=1
AND c.hook LIKE "%footer_page%"
AND cs.id_shop="1"; |
0.104
ms
|
1 |
|
|
/modules/ets_cfultimate/classes/ETS_CFU_Contact.php:369
/modules/ets_cfultimate/ets_cfultimate.php:1412 (getContactsByHook)
/modules/ets_cfultimate/ets_cfultimate.php:1980 (getContactFormByHook)
/classes/Hook.php:1218 (hookDisplayFooter)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/b8/9e/ee/b89eeebc245f47cf34f972a47a4c50d6dce7cd43_2.file.footer.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/b8/9e/ee/b89eeebc245f47cf34f972a47a4c50d6dce7cd43_2.file.footer.tpl.php:47 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003bcf198_12538066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/09/38/bb/0938bb560688a406b6577e2a409b774c335a3e1a_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003bcbf68_10956641)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:490 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:150 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 374 |
SELECT SQL_NO_CACHE `id_module` FROM `razgl_module` WHERE `name` = "blockwishlist" LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2261 (getModuleIdByName)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/47/df/1e/47df1e2a20c5c41a6f758457a0d07be5d51e1d50_2.file.header.tpl.php:91 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/47/df/1e/47df1e2a20c5c41a6f758457a0d07be5d51e1d50_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003b1dd74_83729170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/42/cd/e9/42cde909f75643a47a02c28064575056df3f2740_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003b19e44_18119447)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:247 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 31 |
SELECT SQL_NO_CACHE *
FROM `razgl_currency` a
LEFT JOIN `razgl_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `razgl_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.100
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:81 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:222 (init)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 54 |
SELECT SQL_NO_CACHE *
FROM `razgl_country` a
LEFT JOIN `razgl_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
0.096
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/AddressFormat.php:382 (__construct)
/classes/AddressFormat.php:417 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1713 (generateAddress)
/classes/controller/FrontController.php:534 (getTemplateVarShop)
/classes/controller/FrontController.php:597 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 383 |
SELECT SQL_NO_CACHE `id_module` FROM `razgl_module` WHERE `name` = "ps_facetedsearch" LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2261 (getModuleIdByName)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/77/24/83/77248353801c19040009120fdd46c313885983d6_2.file.products-top.tpl.php:33 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02797fb77_55333071)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE *
FROM `razgl_category_lang`
WHERE `id_category` = 127 AND `id_shop` = 1 |
0.094
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/override/classes/Category.php:28 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:393 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:131 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:177 (initSearch)
/classes/controller/ProductListingFrontController.php:334 (runQuery)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 386 |
SELECT SQL_NO_CACHE c.id_contact FROM `razgl_ets_cfu_contact` c
INNER JOIN `razgl_ets_cfu_contact_shop` cs ON (c.id_contact= cs.id_contact)
LEFT JOIN `razgl_ets_cfu_contact_lang` cl on (c.id_contact= cl.id_contact AND cl.id_lang="1")
WHERE c.active=1
AND c.hook LIKE "%left_column%"
AND cs.id_shop="1"; |
0.093
ms
|
1 |
|
|
/modules/ets_cfultimate/classes/ETS_CFU_Contact.php:369
/modules/ets_cfultimate/ets_cfultimate.php:1412 (getContactsByHook)
/modules/ets_cfultimate/ets_cfultimate.php:1975 (getContactFormByHook)
/classes/Hook.php:1218 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 51 |
SELECT SQL_NO_CACHE * FROM `razgl_image_type` WHERE 1 AND `stores` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.092
ms
|
9 |
Yes
|
|
/classes/ImageType.php:89
/src/Adapter/Image/ImageRetriever.php:349 (getImagesTypes)
/classes/controller/FrontController.php:1541 (getNoPictureImage)
/classes/controller/FrontController.php:1693 (getTemplateVarUrls)
/classes/controller/FrontController.php:534 (getTemplateVarShop)
/classes/controller/FrontController.php:597 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 465 |
SELECT SQL_NO_CACHE `id_module` FROM `razgl_module` WHERE `name` = "posstaticfooter" LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2261 (getModuleIdByName)
/classes/Hook.php:1224 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/b8/9e/ee/b89eeebc245f47cf34f972a47a4c50d6dce7cd43_2.file.footer.tpl.php:28 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003bcf198_12538066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/09/38/bb/0938bb560688a406b6577e2a409b774c335a3e1a_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003bcbf68_10956641)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:490 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:150 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE `id_zone`
FROM `razgl_country`
WHERE `id_country` = 6 LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/Country.php:205
/modules/whatsappchat/classes/WhatsappChatBlock.php:168 (getIdZone)
/modules/whatsappchat/whatsappchat.php:626 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:320 (displayBlock)
/classes/Hook.php:1218 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:601 (exec)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 367 |
SELECT SQL_NO_CACHE `id_module` FROM `razgl_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2261 (getModuleIdByName)
/classes/Hook.php:1224 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:59 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE * FROM `razgl_image_type` WHERE 1 AND `suppliers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.088
ms
|
9 |
Yes
|
|
/classes/ImageType.php:89
/src/Adapter/Image/ImageRetriever.php:349 (getImagesTypes)
/classes/controller/FrontController.php:1541 (getNoPictureImage)
/classes/controller/FrontController.php:1693 (getTemplateVarUrls)
/classes/controller/FrontController.php:534 (getTemplateVarShop)
/classes/controller/FrontController.php:597 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 50 |
SELECT SQL_NO_CACHE * FROM `razgl_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.086
ms
|
9 |
Yes
|
|
/classes/ImageType.php:89
/src/Adapter/Image/ImageRetriever.php:349 (getImagesTypes)
/classes/controller/FrontController.php:1541 (getNoPictureImage)
/classes/controller/FrontController.php:1693 (getTemplateVarUrls)
/classes/controller/FrontController.php:534 (getTemplateVarShop)
/classes/controller/FrontController.php:597 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 48 |
SELECT SQL_NO_CACHE * FROM `razgl_image_type` WHERE 1 AND `manufacturers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.085
ms
|
9 |
Yes
|
|
/classes/ImageType.php:89
/src/Adapter/Image/ImageRetriever.php:349 (getImagesTypes)
/classes/controller/FrontController.php:1541 (getNoPictureImage)
/classes/controller/FrontController.php:1693 (getTemplateVarUrls)
/classes/controller/FrontController.php:534 (getTemplateVarShop)
/classes/controller/FrontController.php:597 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 378 |
SELECT SQL_NO_CACHE `id_module` FROM `razgl_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2261 (getModuleIdByName)
/classes/Hook.php:1224 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/47/df/1e/47df1e2a20c5c41a6f758457a0d07be5d51e1d50_2.file.header.tpl.php:100 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/47/df/1e/47df1e2a20c5c41a6f758457a0d07be5d51e1d50_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003b1dd74_83729170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/42/cd/e9/42cde909f75643a47a02c28064575056df3f2740_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003b19e44_18119447)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:247 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 34 |
SELECT SQL_NO_CACHE *
FROM `razgl_currency_lang`
WHERE `id_currency` = 1 |
0.082
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/classes/Currency.php:1069 (__construct)
/classes/Tools.php:688 (getCurrencyInstance)
/classes/controller/FrontController.php:331 (setCurrency)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 44 |
SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM razgl_shop s |
0.082
ms
|
2 |
|
|
/classes/shop/Shop.php:902
/src/Adapter/Configuration.php:363 (getGroupIdFromShopId)
/src/Adapter/Configuration.php:99 (getShopGroupId)
/src/Adapter/Assets/AssetUrlGeneratorTrait.php:48 (get)
/classes/assets/StylesheetManager.php:104 (getFQDN)
/classes/assets/StylesheetManager.php:58 (add)
/classes/controller/FrontController.php:1081 (register)
/classes/controller/FrontController.php:945 (registerStylesheet)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `razgl_stock_available`
WHERE (id_product = 2511) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.079
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 470 |
SELECT SQL_NO_CACHE c.id_contact
FROM `razgl_ets_cfu_contact` c
INNER JOIN `razgl_ets_cfu_contact_shop` cs ON (c.id_contact= cs.id_contact)
LEFT JOIN `razgl_ets_cfu_contact_lang` cl on (c.id_contact= cl.id_contact AND cl.id_lang="1")
WHERE c.active=1
AND c.button_popup_enabled = 1
AND cs.id_shop="1" |
0.079
ms
|
1 |
|
|
/modules/ets_cfultimate/classes/ETS_CFU_Contact.php:384
/modules/ets_cfultimate/ets_cfultimate.php:1431 (getContactsInPage)
/modules/ets_cfultimate/ets_cfultimate.php:1980 (getContactFormInPage)
/classes/Hook.php:1218 (hookDisplayFooter)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/b8/9e/ee/b89eeebc245f47cf34f972a47a4c50d6dce7cd43_2.file.footer.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/b8/9e/ee/b89eeebc245f47cf34f972a47a4c50d6dce7cd43_2.file.footer.tpl.php:47 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003bcf198_12538066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/09/38/bb/0938bb560688a406b6577e2a409b774c335a3e1a_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003bcbf68_10956641)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:490 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:150 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 4 |
SELECT SQL_NO_CACHE COUNT(*) FROM razgl_shop LIMIT 1 |
0.078
ms
|
2 |
|
|
/classes/shop/Shop.php:1192
/classes/Configuration.php:217 (isFeatureActive)
/classes/Configuration.php:283 (get)
/classes/shop/Shop.php:379 (getMultiShopValues)
/config/config.inc.php:103 (initialize)
/index.php:20 (require_once)
|
| 32 |
SELECT SQL_NO_CACHE `id_lang` FROM `razgl_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
0.077
ms
|
2 |
|
|
/classes/Language.php:850
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:94 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:222 (init)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `razgl_stock_available`
WHERE (id_product = 2795) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.076
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 238 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `razgl_stock_available`
WHERE (id_product = 2310) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 358 |
SELECT SQL_NO_CACHE `value` FROM razgl_ce_meta WHERE `id` = 127040101 AND `name` = "_elementor_edit_mode" LIMIT 1 |
0.074
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:283
/modules/creativeelements/includes/db.php:307 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:843 (isBuiltWithElementor)
/modules/creativeelements/creativeelements.php:647 (getBuilderContent)
/classes/Hook.php:1218 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:1387 (exec)
/controllers/front/listing/CategoryController.php:185 (getLayout)
/classes/controller/FrontController.php:714 (getLayout)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 41 |
SELECT SQL_NO_CACHE `id_category`
FROM `razgl_category_shop`
WHERE `id_category` = 127
AND `id_shop` = 1 LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/Category.php:2434
/controllers/front/listing/CategoryController.php:90 (existsInShop)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `razgl_stock_available`
WHERE (id_product = 2614) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE *
FROM `razgl_country_lang`
WHERE `id_country` = 6 |
0.071
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/AddressFormat.php:382 (__construct)
/classes/AddressFormat.php:417 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1713 (generateAddress)
/classes/controller/FrontController.php:534 (getTemplateVarShop)
/classes/controller/FrontController.php:597 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 35 |
SELECT SQL_NO_CACHE id_shop
FROM `razgl_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/ObjectModel.php:1576
/classes/Tools.php:697 (isAssociatedToShop)
/classes/controller/FrontController.php:331 (setCurrency)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 184 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `razgl_stock_available`
WHERE (id_product = 2616) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 265 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `razgl_stock_available`
WHERE (id_product = 2577) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 301 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `razgl_stock_available`
WHERE (id_product = 3165) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 360 |
SELECT SQL_NO_CACHE `value` FROM razgl_ce_meta WHERE `id` = 127040101 AND `name` = "_elementor_page_settings" LIMIT 1 |
0.070
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:283
/modules/creativeelements/core/base/document.php:988 (CE\get_post_meta)
/modules/creativeelements/core/base/page-base.php:208 (__construct)
/modules/creativeelements/core/documents-manager.php:207 (__construct)
/modules/creativeelements/core/documents-manager.php:254 (get)
/modules/creativeelements/modules/page-templates/module.php:70 (getDocForFrontend)
/modules/creativeelements/classes/wrappers/Helper.php:364 (templateInclude)
/modules/creativeelements/creativeelements.php:745 (CE\apply_filters)
/classes/Hook.php:1218 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:1387 (exec)
/controllers/front/listing/CategoryController.php:185 (getLayout)
/classes/controller/FrontController.php:714 (getLayout)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 144 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `razgl_specific_price_priority`
WHERE `id_product` = 2608
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.069
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 112 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `razgl_stock_available`
WHERE (id_product = 2509) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 220 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `razgl_stock_available`
WHERE (id_product = 2305) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 359 |
SELECT SQL_NO_CACHE `value` FROM razgl_ce_meta WHERE `id` = 127200101 AND `name` = "_elementor_edit_mode" LIMIT 1 |
0.069
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:283
/modules/creativeelements/includes/db.php:307 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:843 (isBuiltWithElementor)
/modules/creativeelements/creativeelements.php:658 (getBuilderContent)
/classes/Hook.php:1218 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:1387 (exec)
/controllers/front/listing/CategoryController.php:185 (getLayout)
/classes/controller/FrontController.php:714 (getLayout)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `razgl_stock_available`
WHERE (id_product = 2897) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `razgl_stock_available`
WHERE (id_product = 2608) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 166 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `razgl_stock_available`
WHERE (id_product = 2612) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 460 |
SELECT SQL_NO_CACHE `id_module` FROM `razgl_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2261 (getModuleIdByName)
/classes/Hook.php:1224 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/b8/9e/ee/b89eeebc245f47cf34f972a47a4c50d6dce7cd43_2.file.footer.tpl.php:28 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003bcf198_12538066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/09/38/bb/0938bb560688a406b6577e2a409b774c335a3e1a_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003bcbf68_10956641)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:490 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:150 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 103 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `razgl_stock_available`
WHERE (id_product = 2796) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `razgl_stock_available`
WHERE (id_product = 2513) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 157 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `razgl_stock_available`
WHERE (id_product = 2610) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `razgl_stock_available`
WHERE (id_product = 2304) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `razgl_stock_available`
WHERE (id_product = 2306) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 274 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `razgl_stock_available`
WHERE (id_product = 2579) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 292 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `razgl_stock_available`
WHERE (id_product = 2648) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 306 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `razgl_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 102 LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/Category.php:1376
/classes/Product.php:717 (getLinkRewrite)
/src/Adapter/Image/ImageRetriever.php:48 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:933 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:118 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:30 (__construct)
/classes/controller/ProductListingFrontController.php:94 (present)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 5 |
SELECT SQL_NO_CACHE *
FROM `razgl_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.066
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/shop/Shop.php:126 (__construct)
/classes/shop/Shop.php:412 (__construct)
/config/config.inc.php:103 (initialize)
/index.php:20 (require_once)
|
| 25 |
SELECT SQL_NO_CACHE `id_lang` FROM `razgl_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
0.066
ms
|
2 |
|
|
/classes/Language.php:850
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:222 (init)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 193 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `razgl_stock_available`
WHERE (id_product = 2635) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.066
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `razgl_stock_available`
WHERE (id_product = 2575) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.066
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 361 |
SELECT SQL_NO_CACHE `value` FROM razgl_ce_meta WHERE `id` = 127040101 AND `name` = "_wp_page_template" LIMIT 1 |
0.066
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:283
/modules/creativeelements/core/base/document.php:904 (CE\get_post_meta)
/modules/creativeelements/modules/page-templates/module.php:73 (getMeta)
/modules/creativeelements/classes/wrappers/Helper.php:364 (templateInclude)
/modules/creativeelements/creativeelements.php:745 (CE\apply_filters)
/classes/Hook.php:1218 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:434 (coreCallHook)
/classes/Hook.php:1109 (callHookOn)
/classes/controller/FrontController.php:1387 (exec)
/controllers/front/listing/CategoryController.php:185 (getLayout)
/classes/controller/FrontController.php:714 (getLayout)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 283 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `razgl_stock_available`
WHERE (id_product = 2581) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.065
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `razgl_stock_available`
WHERE (id_product = 2515) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.065
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `razgl_stock_available`
WHERE (id_product = 2313) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.065
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:266
/classes/Product.php:4117 (getQuantityAvailableByProduct)
/classes/Product.php:5568 (getQuantity)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 28 |
SELECT SQL_NO_CACHE `id_lang` FROM `razgl_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
0.064
ms
|
2 |
|
|
/classes/Language.php:850
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:94 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:222 (init)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `razgl_specific_price_priority`
WHERE `id_product` = 2304
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.064
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE *
FROM `razgl_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.061
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/shop/Shop.php:542 (__construct)
/config/config.inc.php:160 (getGroup)
/index.php:20 (require_once)
|
| 30 |
SELECT SQL_NO_CACHE c.id_currency
FROM `razgl_currency` c
WHERE (iso_code = 'USD') LIMIT 1 |
0.061
ms
|
1 |
|
|
/classes/Currency.php:873
/src/Adapter/Currency/CurrencyDataProvider.php:72 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:222 (init)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `razgl_specific_price_priority`
WHERE `id_product` = 2614
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.061
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `razgl_country`
WHERE `id_country` = 6 LIMIT 1 |
0.060
ms
|
1 |
|
|
/classes/Country.php:386
/classes/AddressFormat.php:612 (isNeedDniByCountryId)
/classes/AddressFormat.php:593 (getFormat)
/classes/AddressFormat.php:540 (getAddressCountryFormat)
/classes/AddressFormat.php:416 (getOrderedAddressFields)
/classes/controller/FrontController.php:1713 (generateAddress)
/classes/controller/FrontController.php:534 (getTemplateVarShop)
/classes/controller/FrontController.php:597 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:156 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE `reduction`
FROM `razgl_product_group_reduction_cache`
WHERE `id_product` = 2579 AND `id_group` = 1 LIMIT 1 |
0.060
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 99 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `razgl_specific_price_priority`
WHERE `id_product` = 2796
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.060
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE `reduction`
FROM `razgl_product_group_reduction_cache`
WHERE `id_product` = 2511 AND `id_group` = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `razgl_specific_price_priority`
WHERE `id_product` = 2575
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.059
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 288 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `razgl_specific_price_priority`
WHERE `id_product` = 2648
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.059
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 174 |
SELECT SQL_NO_CACHE `reduction`
FROM `razgl_product_group_reduction_cache`
WHERE `id_product` = 2614 AND `id_group` = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `razgl_specific_price_priority`
WHERE `id_product` = 2513
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.058
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 216 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `razgl_specific_price_priority`
WHERE `id_product` = 2305
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.058
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 279 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `razgl_specific_price_priority`
WHERE `id_product` = 2581
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.058
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 376 |
SELECT SQL_NO_CACHE `id_module` FROM `razgl_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.058
ms
|
1 |
|
|
/classes/module/Module.php:2773
/classes/module/Module.php:2261 (getModuleIdByName)
/classes/Hook.php:1224 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/47/df/1e/47df1e2a20c5c41a6f758457a0d07be5d51e1d50_2.file.header.tpl.php:100 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/47/df/1e/47df1e2a20c5c41a6f758457a0d07be5d51e1d50_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003b1dd74_83729170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/42/cd/e9/42cde909f75643a47a02c28064575056df3f2740_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003b19e44_18119447)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:247 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE id_shop
FROM `razgl_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.057
ms
|
1 |
|
|
/classes/ObjectModel.php:1576
/config/config.inc.php:205 (isAssociatedToShop)
/index.php:20 (require_once)
|
| 147 |
SELECT SQL_NO_CACHE `reduction`
FROM `razgl_product_group_reduction_cache`
WHERE `id_product` = 2608 AND `id_group` = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE `reduction`
FROM `razgl_product_group_reduction_cache`
WHERE `id_product` = 2612 AND `id_group` = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 225 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `razgl_specific_price_priority`
WHERE `id_product` = 2306
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.057
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 261 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `razgl_specific_price_priority`
WHERE `id_product` = 2577
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.057
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 264 |
SELECT SQL_NO_CACHE `reduction`
FROM `razgl_product_group_reduction_cache`
WHERE `id_product` = 2577 AND `id_group` = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `razgl_specific_price_priority`
WHERE `id_product` = 2579
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.057
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 375 |
SELECT SQL_NO_CACHE `id_module` FROM `razgl_module_shop` WHERE `id_module` = 43 AND `id_shop` = 1 LIMIT 1 |
0.057
ms
|
1 |
|
|
/classes/module/Module.php:2262
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/47/df/1e/47df1e2a20c5c41a6f758457a0d07be5d51e1d50_2.file.header.tpl.php:91 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/47/df/1e/47df1e2a20c5c41a6f758457a0d07be5d51e1d50_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003b1dd74_83729170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/42/cd/e9/42cde909f75643a47a02c28064575056df3f2740_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003b19e44_18119447)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:247 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE `id_lang` FROM `razgl_lang` WHERE `iso_code` = 'es' LIMIT 1 |
0.056
ms
|
2 |
|
|
/classes/Language.php:824
/classes/Tools.php:615 (getIdByIso)
/classes/Dispatcher.php:226 (switchLanguage)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 38 |
SELECT SQL_NO_CACHE id_shop
FROM `razgl_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.056
ms
|
1 |
|
|
/classes/ObjectModel.php:1576
/classes/Group.php:388 (isAssociatedToShop)
/classes/Cart.php:261 (getCurrent)
/classes/Cart.php:225 (setTaxCalculationMethod)
/classes/controller/FrontController.php:439 (__construct)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 111 |
SELECT SQL_NO_CACHE `reduction`
FROM `razgl_product_group_reduction_cache`
WHERE `id_product` = 2509 AND `id_group` = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 129 |
SELECT SQL_NO_CACHE `reduction`
FROM `razgl_product_group_reduction_cache`
WHERE `id_product` = 2513 AND `id_group` = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `razgl_specific_price_priority`
WHERE `id_product` = 2515
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.056
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE `reduction`
FROM `razgl_product_group_reduction_cache`
WHERE `id_product` = 2515 AND `id_group` = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 180 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `razgl_specific_price_priority`
WHERE `id_product` = 2616
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.056
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE `reduction`
FROM `razgl_product_group_reduction_cache`
WHERE `id_product` = 2616 AND `id_group` = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE `reduction`
FROM `razgl_product_group_reduction_cache`
WHERE `id_product` = 2635 AND `id_group` = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `razgl_specific_price_priority`
WHERE `id_product` = 2897
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.056
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 201 |
SELECT SQL_NO_CACHE `reduction`
FROM `razgl_product_group_reduction_cache`
WHERE `id_product` = 2897 AND `id_group` = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 210 |
SELECT SQL_NO_CACHE `reduction`
FROM `razgl_product_group_reduction_cache`
WHERE `id_product` = 2304 AND `id_group` = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE `reduction`
FROM `razgl_product_group_reduction_cache`
WHERE `id_product` = 2306 AND `id_group` = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 255 |
SELECT SQL_NO_CACHE `reduction`
FROM `razgl_product_group_reduction_cache`
WHERE `id_product` = 2575 AND `id_group` = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 291 |
SELECT SQL_NO_CACHE `reduction`
FROM `razgl_product_group_reduction_cache`
WHERE `id_product` = 2648 AND `id_group` = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 297 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `razgl_specific_price_priority`
WHERE `id_product` = 3165
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.056
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 300 |
SELECT SQL_NO_CACHE `reduction`
FROM `razgl_product_group_reduction_cache`
WHERE `id_product` = 3165 AND `id_group` = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 384 |
SELECT SQL_NO_CACHE `id_module` FROM `razgl_module_shop` WHERE `id_module` = 25 AND `id_shop` = 1 LIMIT 1 |
0.056
ms
|
1 |
|
|
/classes/module/Module.php:2262
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/77/24/83/77248353801c19040009120fdd46c313885983d6_2.file.products-top.tpl.php:33 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02797fb77_55333071)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:125 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `razgl_specific_price_priority`
WHERE `id_product` = 2635
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.055
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 234 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `razgl_specific_price_priority`
WHERE `id_product` = 2310
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.055
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `razgl_specific_price_priority`
WHERE `id_product` = 2313
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.055
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 117 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `razgl_specific_price_priority`
WHERE `id_product` = 2511
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.055
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE `reduction`
FROM `razgl_product_group_reduction_cache`
WHERE `id_product` = 2610 AND `id_group` = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `razgl_specific_price_priority`
WHERE `id_product` = 2612
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.054
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE `reduction`
FROM `razgl_product_group_reduction_cache`
WHERE `id_product` = 2305 AND `id_group` = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 246 |
SELECT SQL_NO_CACHE `reduction`
FROM `razgl_product_group_reduction_cache`
WHERE `id_product` = 2313 AND `id_group` = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 461 |
SELECT SQL_NO_CACHE `id_module` FROM `razgl_module_shop` WHERE `id_module` = 64 AND `id_shop` = 1 LIMIT 1 |
0.054
ms
|
1 |
|
|
/classes/module/Module.php:2262
/classes/Hook.php:1224 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/b8/9e/ee/b89eeebc245f47cf34f972a47a4c50d6dce7cd43_2.file.footer.tpl.php:28 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003bcf198_12538066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/09/38/bb/0938bb560688a406b6577e2a409b774c335a3e1a_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003bcbf68_10956641)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:490 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:150 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE `reduction`
FROM `razgl_product_group_reduction_cache`
WHERE `id_product` = 2310 AND `id_group` = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE `id_lang` FROM `razgl_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
0.053
ms
|
2 |
|
|
/classes/Language.php:850
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:222 (init)
/controllers/front/listing/CategoryController.php:74 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `razgl_specific_price_priority`
WHERE `id_product` = 2509
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.053
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 153 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `razgl_specific_price_priority`
WHERE `id_product` = 2610
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.053
ms
|
0 |
|
|
/classes/SpecificPrice.php:243
/classes/SpecificPrice.php:226 (getPriority)
/classes/SpecificPrice.php:552 (_getScoreQuery)
/classes/Product.php:3572 (getSpecificPrice)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 368 |
SELECT SQL_NO_CACHE `id_module` FROM `razgl_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1 |
0.053
ms
|
1 |
|
|
/classes/module/Module.php:2262
/classes/Hook.php:1224 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:59 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 282 |
SELECT SQL_NO_CACHE `reduction`
FROM `razgl_product_group_reduction_cache`
WHERE `id_product` = 2581 AND `id_group` = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 377 |
SELECT SQL_NO_CACHE `id_module` FROM `razgl_module_shop` WHERE `id_module` = 63 AND `id_shop` = 1 LIMIT 1 |
0.052
ms
|
1 |
|
|
/classes/module/Module.php:2262
/classes/Hook.php:1224 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/47/df/1e/47df1e2a20c5c41a6f758457a0d07be5d51e1d50_2.file.header.tpl.php:100 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/47/df/1e/47df1e2a20c5c41a6f758457a0d07be5d51e1d50_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003b1dd74_83729170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/42/cd/e9/42cde909f75643a47a02c28064575056df3f2740_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003b19e44_18119447)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:247 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE `reduction`
FROM `razgl_product_group_reduction_cache`
WHERE `id_product` = 2796 AND `id_group` = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/classes/GroupReduction.php:126
/classes/Product.php:3736 (getValueForProduct)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 379 |
SELECT SQL_NO_CACHE `id_module` FROM `razgl_module_shop` WHERE `id_module` = 65 AND `id_shop` = 1 LIMIT 1 |
0.051
ms
|
1 |
|
|
/classes/module/Module.php:2262
/classes/Hook.php:1224 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/47/df/1e/47df1e2a20c5c41a6f758457a0d07be5d51e1d50_2.file.header.tpl.php:100 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/47/df/1e/47df1e2a20c5c41a6f758457a0d07be5d51e1d50_2.file.header.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003b1dd74_83729170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/42/cd/e9/42cde909f75643a47a02c28064575056df3f2740_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003b19e44_18119447)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:247 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE `reduction`
FROM `razgl_group`
WHERE `id_group` = 1 LIMIT 1 |
0.050
ms
|
1 |
|
|
/classes/Group.php:131
/classes/Product.php:3740 (getReductionByIdGroup)
/classes/Product.php:3462 (priceCalculation)
/classes/Product.php:5462 (getPriceStatic)
/override/classes/Product.php:10 (getProductProperties)
/classes/ProductAssembler.php:194 (getProductProperties)
/classes/controller/ProductListingFrontController.php:86 (assembleProducts)
/classes/controller/ProductListingFrontController.php:356 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:630 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:164 (doProductSearch)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|
| 466 |
SELECT SQL_NO_CACHE `id_module` FROM `razgl_module_shop` WHERE `id_module` = 87 AND `id_shop` = 1 LIMIT 1 |
0.048
ms
|
1 |
|
|
/classes/module/Module.php:2262
/classes/Hook.php:1224 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1155 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/b8/9e/ee/b89eeebc245f47cf34f972a47a4c50d6dce7cd43_2.file.footer.tpl.php:28 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003bcf198_12538066)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/09/38/bb/0938bb560688a406b6577e2a409b774c335a3e1a_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003bcbf68_10956641)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:490 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/4e/98/91/4e9891fac6445317fddb66a74022efe7abbb97b3_2.file.layout-both-columns.tpl.php:150 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003ab9958_28664072)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/c7/5c/fb/c75cfb951e29301234d2f6f29844acf30c52ce7a_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd003aa9b95_31386044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/2c/d5/ab/2cd5abdcd73254b1b86695abd7b10cd260ddaaeb_2.file.product-list.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278718e8_15330577)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/eb/a9/f6/eba9f673c7e82e4b21105de747c471013e44c639_2.file.category.tpl.php:46 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd02786a225_90044003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/dfd_jorgerevillalayouts_layout_full_width_tpl/ef/c0/9b/efc09bb95719689f88b2e9973d55254bb4eb97c9_2.file.category.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6aabd0278643e3_29526748)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:737 (fetch)
/classes/controller/FrontController.php:721 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/index.php:66 (dispatch)
|